File tree Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Expand file tree Collapse file tree 3 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -17,12 +17,6 @@ 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 >
2620 <a
2721 href =" #keynote"
2822 class =" text-sm font-medium transition-colors hover:text-emerald-600"
@@ -94,11 +88,6 @@ import { Menu, X } from "@lucide/astro";
9488 >
9589 <div class =" container mx-auto px-4 py-4" >
9690 <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- >
10291 <a
10392 href =" #keynote"
10493 class =" py-2 text-sm font-medium transition-colors hover:text-emerald-600"
Original file line number Diff line number Diff line change @@ -45,10 +45,6 @@ import { ExternalLink, Heart } from "@lucide/astro";
4545 <div
4646 class =" mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
4747 >
48- <button
49- class =" inline-flex h-10 w-auto items-center justify-center gap-2 rounded-md border border-emerald-600 bg-background px-4 py-2 text-sm font-medium whitespace-nowrap text-emerald-700 ring-offset-background transition-colors hover:bg-emerald-50 hover:text-accent-foreground focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
50- ><a href =" #cfp" >プロポーザルを提出する</a ></button
51- >
5248 <button
5349 class =" inline-flex h-10 items-center justify-center gap-2 rounded-md bg-emerald-600 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-emerald-700 focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 focus-visible:outline-none disabled:pointer-events-none disabled:opacity-50 [&_svg]:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0"
5450 ><a
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Staff from "../../components/Staff/index.astro";
77import Top from " ../../components/Top.astro" ;
88import Venue from " ../../components/Venue.astro" ;
99import OfficialBlog from " ../../components/OfficialBlog.astro" ;
10- import CfP from " ../../components/CfP.astro" ;
1110import " ../../styles/global.css" ;
1211import { LANGUAGES } from " @/i18n" ;
1312
@@ -21,7 +20,6 @@ export function getStaticPaths() {
2120<Layout >
2221 <main class =" min-h-screen" >
2322 <Top />
24- <CfP />
2523 <KeynoteSpeakers />
2624 <Venue />
2725 <AboutVimConf />
You can’t perform that action at this time.
0 commit comments