Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-chu committed Aug 1, 2022
2 parents 618dc63 + 0b45e41 commit 4458166
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Marquee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ const Marquee: React.FC<MarqueeProps> = ({
["--iteration-count" as string]: !!loop ? `${loop}` : "infinite",
}}
className="marquee"
aria-hidden="true"
>
{children}
</div>
Expand Down

0 comments on commit 4458166

Please sign in to comment.