Skip to content

Commit

Permalink
put marquee back in
Browse files Browse the repository at this point in the history
  • Loading branch information
0xTranqui committed May 1, 2024
1 parent 2888570 commit d53425d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/site/components/client/Marquee.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function Marquee({ actions }: { actions: Action[] }) {
pauseOnHover
>
<Typography>Welcome to River -&nbsp;</Typography>
{/* <Flex className="gap-x-4">
<Flex className="gap-x-4">
{actions.map((action, index) => (
<Link
key={index}
Expand All @@ -36,7 +36,7 @@ export function Marquee({ actions }: { actions: Action[] }) {
</Typography>
</Link>
))}
</Flex> */}
</Flex>
</ReactMarquee>
)
}

0 comments on commit d53425d

Please sign in to comment.