We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e68a244 commit 0ccac83Copy full SHA for 0ccac83
2025/src/components/Header.astro
@@ -88,11 +88,6 @@ import { Menu, X } from "@lucide/astro";
88
>
89
<div class="container mx-auto px-4 py-4">
90
<nav class="flex flex-col space-y-4">
91
- <a
92
- href="#cfp"
93
- class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
94
- >プロポーザルの募集</a
95
- >
96
<a
97
href="#keynote"
98
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
0 commit comments