Skip to content

Commit

Permalink
Update navbar.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
hackfisher authored Oct 9, 2024
1 parent ad15b79 commit 8ba75ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/nav/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export const Navbar: React.FC = () => {
)}
</>
)}
{chainId === 44 && <h2 className="text-2xl font-[700]">Crab DAO</h2>}
{chainId === 44 && <h2 className="text-2xl font-[700]">CrabDAO</h2>}
</Link>
<div className="z-20 flex items-center gap-x-2">
<div className="shrink-0">
Expand Down

0 comments on commit 8ba75ff

Please sign in to comment.