Skip to content

Commit 9f5be26

Browse files
committed
feat: メニューを追加
1 parent 749367f commit 9f5be26

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

2025/src/components/Header.astro

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ import { Menu, X } from "@lucide/astro";
1717
</a>
1818
</div>
1919
<nav class="hidden items-center space-x-6 md:flex">
20+
<a
21+
href="#cfp"
22+
class="text-sm font-medium transition-colors hover:text-emerald-600"
23+
>
24+
プロポーザルの募集
25+
</a>
2026
<a
2127
href="#keynote"
2228
class="text-sm font-medium transition-colors hover:text-emerald-600"
@@ -88,6 +94,11 @@ import { Menu, X } from "@lucide/astro";
8894
>
8995
<div class="container mx-auto px-4 py-4">
9096
<nav class="flex flex-col space-y-4">
97+
<a
98+
href="#cfp"
99+
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"
100+
>プロポーザルの募集</a
101+
>
91102
<a
92103
href="#keynote"
93104
class="py-2 text-sm font-medium transition-colors hover:text-emerald-600"

0 commit comments

Comments
 (0)