Skip to content

Commit

Permalink
satisfied linter
Browse files Browse the repository at this point in the history
  • Loading branch information
JacobHomanics committed Nov 14, 2023
1 parent 9e1035e commit 1973e5e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion packages/nextjs/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import { hardhat } from "viem/chains";
import { CurrencyDollarIcon, MagnifyingGlassIcon } from "@heroicons/react/24/outline";
import { HeartIcon } from "@heroicons/react/24/outline";
import { SwitchTheme } from "~~/components/SwitchTheme";
import { BuidlGuidlLogo } from "~~/components/assets/BuidlGuidlLogo";
import { Faucet } from "~~/components/scaffold-eth";
import { useGlobalState } from "~~/services/store/store";
import { getTargetNetwork } from "~~/utils/scaffold-eth";
Expand Down
1 change: 1 addition & 0 deletions packages/nextjs/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ export const menuLinks: HeaderMenuLink[] = [
href: "/example-ui",
icon: <SparklesIcon className="h-4 w-4" />,
},

];

export const HeaderMenuLinks = () => {
Expand Down

0 comments on commit 1973e5e

Please sign in to comment.