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 8ba75ff commit 78bd456
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/nav/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ export const Navbar: React.FC = () => {
>
{(chainId === 46 || chainId === 701) && (
<>
<Image src="/images/logo-icon.png" width="36" height="36" className="shrink-0" alt="Ring Dao" />
<Image src="/images/logo.png" width="100" height="36" className="shrink-0" alt="Ring Dao" />
<Image src="/images/logo-icon.png" width="36" height="36" className="shrink-0" alt="RingDAO" />
<Image src="/images/logo.png" width="100" height="36" className="shrink-0" alt="RingDAO" />
{chainId === 701 && (
<span className="hidden py-1 text-lg font-semibold leading-tight text-[#fff] sm:block md:text-xl">
Test Version
Expand Down

0 comments on commit 78bd456

Please sign in to comment.