Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0neerpat committed Jul 17, 2024
2 parents ee6c0c5 + 754c407 commit 400bcd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/NavLinks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ const NavLinks = () => {
{ name: 'auctions', to: '/auctions' },
{ name: 'bolts', to: '/bolts' },
{ name: 'stats', to: '/stats' },
{ name: 'bridge', to: '/bridge' },
// { name: 'bridge', to: '/bridge' },
]

return (
Expand Down

0 comments on commit 400bcd4

Please sign in to comment.