Skip to content

Commit

Permalink
Merge pull request #51 from mnsinri/dev
Browse files Browse the repository at this point in the history
fix: omg wtf
  • Loading branch information
mnsinri authored Sep 6, 2023
2 parents c8ea463 + ad31878 commit 677bc60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/marquee/Marquee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export const Marquee: React.FC<Props> = ({
}) => {
const { isMobile } = useWindowSize();

return true ? (
return isMobile ? (
<MarqueeForMobile isAnimate={isAnimate} speed={speed} {...props}>
{children}
</MarqueeForMobile>
Expand Down

0 comments on commit 677bc60

Please sign in to comment.