Skip to content

Commit

Permalink
Merge pull request #424 from reservoirprotocol/ted/fix-typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
ted-palmer authored Dec 6, 2023
2 parents f94a29f + 274d5c3 commit ca83a87
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 16 deletions.
18 changes: 3 additions & 15 deletions components/navbar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,28 +135,16 @@ const Navbar = () => {

<HoverCard.Root openDelay={200}>
<HoverCard.Trigger>
<NavItem>Trending</NavItem>
<NavItem>Trending</NavItem>
</HoverCard.Trigger>
<HoverCard.Content sideOffset={24} align="start">
<Card css={{ p: 24, width: 240, border: '1px solid $gray4' }}>
<Flex css={{ gap: '$4' }} direction="column">
<Link href={`/${routePrefix}/collections/trending`}>
<NavItem
css={{
fontWeight: 'normal',
}}
>
Collections
</NavItem>
<NavItem>Collections</NavItem>
</Link>
<Link href={`/${routePrefix}/mints/trending`}>
<NavItem
css={{
fontWeight: 'normal',
}}
>
Mints
</NavItem>
<NavItem>Mints</NavItem>
</Link>
</Flex>
</Card>
Expand Down
2 changes: 1 addition & 1 deletion components/rankings/MintRankingsTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ const headings = [
'Mint Price',
'Floor Price',
'Total Mints',
'1H Mints',
'1h Mints',
'6h Mints',
'Recent Mints',
]
Expand Down

1 comment on commit ca83a87

@vercel
Copy link

@vercel vercel bot commented on ca83a87 Dec 6, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.