diff --git a/src/components/Navbar.tsx b/src/components/Navbar.tsx
index 77ae6120..7fd9921e 100644
--- a/src/components/Navbar.tsx
+++ b/src/components/Navbar.tsx
@@ -31,7 +31,6 @@ function BrandLogo() {
);
}
-
function getNavbarLinkClasses(isMobile: boolean, isActive: boolean = false) {
return (
(isMobile
@@ -119,8 +118,9 @@ function Navbar() {
return (