Skip to content

Commit

Permalink
changes route logo to litLogo
Browse files Browse the repository at this point in the history
  • Loading branch information
nijoe1 committed Dec 14, 2024
1 parent bf814d2 commit 0c38f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import { Bars3Icon, BugAntIcon } from "@heroicons/react/24/outline";
import { FaucetButton, RainbowKitCustomConnectButton } from "~~/components/fil-frame";
import { useOutsideClick } from "~~/hooks/fil-frame";

const LighthouseIcon = () => (
const LitIcon = () => (
<Image alt="Lighthouse logo" src="/icons/lit-logo.svg" width={20} height={20} className="size-5 rounded-xl" />
);

Expand All @@ -27,7 +27,7 @@ export const menuLinks: HeaderMenuLink[] = [
{
label: "Lit x Lighthouse",
href: "/lit_lighthouse",
icon: <LighthouseIcon />,
icon: <LitIcon />,
},
{
label: "Debug Contracts",
Expand Down

0 comments on commit 0c38f16

Please sign in to comment.