diff --git a/src/components/Navbar.astro b/src/components/Navbar.astro
index 35bb261..9b9839f 100644
--- a/src/components/Navbar.astro
+++ b/src/components/Navbar.astro
@@ -6,8 +6,6 @@ const links = [
{ href: '/curriculum', text: 'Curriculum' },
{ href: '/contact', text: 'Contact' },
];
-
-// TODO: Fix so the "active" class can come from the server so it doesnt flicker
---