File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,12 @@ import { Menu, X } from "@lucide/astro";
17
17
</a >
18
18
</div >
19
19
<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 >
20
26
<a
21
27
href =" #keynote"
22
28
class =" text-sm font-medium transition-colors hover:text-emerald-600"
@@ -88,6 +94,11 @@ import { Menu, X } from "@lucide/astro";
88
94
>
89
95
<div class =" container mx-auto px-4 py-4" >
90
96
<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
+ >
91
102
<a
92
103
href =" #keynote"
93
104
class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
You can’t perform that action at this time.
0 commit comments