diff --git a/src/components/NavBar.tsx b/src/components/NavBar.tsx index 52674a05..5480c0e9 100644 --- a/src/components/NavBar.tsx +++ b/src/components/NavBar.tsx @@ -1,6 +1,7 @@ "use client"; import { useState } from "react"; +import Image from "next/image"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { ConnectWallet } from "./ConnectWallet"; @@ -24,8 +25,8 @@ export function NavBar() { href="/" className="text-accent text-sm font-bold tracking-tight transition-opacity hover:opacity-80" > - $ - PlotLink + + PlotLink {/* Desktop nav links */}