From 060affd61a2c4964384272c888c68f579b5ffd05 Mon Sep 17 00:00:00 2001 From: Joseph Date: Sat, 25 Apr 2026 21:13:27 +1200 Subject: [PATCH 01/10] navbar but missing font for web3uoa log --- src/components/navbar.tsx | 32 +++++++++++++++++++++----------- 1 file changed, 21 insertions(+), 11 deletions(-) diff --git a/src/components/navbar.tsx b/src/components/navbar.tsx index 7db2c27..e1c1a23 100644 --- a/src/components/navbar.tsx +++ b/src/components/navbar.tsx @@ -9,7 +9,11 @@ const navLinks = [ { label: "About", href: "#about" }, { label: "Events", href: "#events" }, { label: "Partners", href: "#partners" }, - { label: "Claim your Web3 ID!", href: "#identity", isCTA: true }, + + { label: "Search", href : "#search" }, // TODO: add search page + { label: "Join Us", href: "#join_us" }, // TODO: add Us + { label: "Connect Wallet" , href: "#connect_wallet"}, // TODO: add wallet connection + //{ label: "Claim your Web3 ID!", href: "#identity", isCTA: true } // not sure if need ]; export function Navbar() { @@ -24,10 +28,11 @@ export function Navbar() { const isAdmin = mounted && isAllowedAdminAddress(address); return ( -