diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index a92155ab..a3cf6b57 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -3,6 +3,7 @@ import { useState } from "react"; import Link from "next/link"; import { usePathname } from "next/navigation"; +import Image from "next/image"; import { ConnectWallet } from "./ConnectWallet"; const NAV_LINKS = [ @@ -23,9 +24,18 @@ export function NavBar() { {/* Logo */} - PlotLink + + + PlotLink + {/* Desktop nav links */}