Skip to content

Commit a47b4b6

Browse files
committed
fix: flicker
Signed-off-by: Adam Setch <[email protected]>
1 parent 6847f3e commit a47b4b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/components/Navbar.astro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,9 @@ const isHomepage = currentPathname === "/";
2828
class:list={[
2929
"py-1.5 lg:py-2 px-2 lg:px-3",
3030
"gitify-navbar font-light",
31-
"border rounded-lg",
3231
currentPathname === item.path
33-
? "border-white"
34-
: "border-gitify-navbar",
32+
? "border-white border rounded-lg"
33+
: "",
3534
]}
3635
>
3736
{item.name}

0 commit comments

Comments
 (0)