From bf5de147868101b2fb578af071f32d73326e0de0 Mon Sep 17 00:00:00 2001 From: Alissa Crane Date: Wed, 16 Oct 2024 22:34:03 -0700 Subject: [PATCH] add pressable style --- src/components/Navbar.tsx | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx index e6d50c8..454980a 100644 --- a/src/components/Navbar.tsx +++ b/src/components/Navbar.tsx @@ -13,7 +13,12 @@ import type { NavbarLinkReact } from 'src/types'; function NavbarLink({ link, label }: NavbarLinkReact) { return ( -
  • +
  • -
    +