From 81bf7d0d29ebf64323e9d00b1e26660264324e76 Mon Sep 17 00:00:00 2001 From: "Jandir A. Cutabiala" Date: Sun, 15 Sep 2024 02:18:40 -0300 Subject: [PATCH] refactor: put link inside an li on ul --- src/components/Navbar/index.tsx | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/src/components/Navbar/index.tsx b/src/components/Navbar/index.tsx index 01c0c7e..c38da8e 100644 --- a/src/components/Navbar/index.tsx +++ b/src/components/Navbar/index.tsx @@ -37,19 +37,20 @@ export default function Navbar({ : location.pathname === path; return ( - - {name} - +
  • + + {name} + +
  • ); })} {children}