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";
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"
You can’t perform that action at this time.
0 commit comments