diff --git a/src/components/Header.astro b/src/components/Header.astro
index dbdbbf1..8e0919c 100644
--- a/src/components/Header.astro
+++ b/src/components/Header.astro
@@ -14,7 +14,7 @@
Speakers
- CFP
+
CoC
@@ -52,5 +52,3 @@ window.addEventListener('scroll', function() {
});
-
-
diff --git a/src/constants.ts b/src/constants.ts
index 7055530..ff12bc2 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -71,10 +71,6 @@ export const NAVIGATION_LINKS: Array = [
{ title: "Speakers", href: "/speakers" },
// {title: 'Sponsors', href: '/sponsors'},
// {title: 'About', href: '/about'},
- {
- title: "CFP",
- href: "https://docs.google.com/forms/d/1XyoW2doQvHg51Vh29iEgE6Q6RTX8zbmxJfOg9zAZQmM/viewform?edit_requested=true",
- },
{ title: "CoC", href: "/coc" },
// {title: 'Venue', href: '/venue'},
];