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";
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 >
26
20
<a
27
21
href =" #keynote"
28
22
class =" text-sm font-medium transition-colors hover:text-emerald-600"
@@ -94,11 +88,6 @@ import { Menu, X } from "@lucide/astro";
94
88
>
95
89
<div class =" container mx-auto px-4 py-4" >
96
90
<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
- >
102
91
<a
103
92
href =" #keynote"
104
93
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";
45
45
<div
46
46
class =" mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
47
47
>
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
- >
52
48
<button
53
49
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"
54
50
><a
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ import Staff from "../../components/Staff/index.astro";
7
7
import Top from " ../../components/Top.astro" ;
8
8
import Venue from " ../../components/Venue.astro" ;
9
9
import OfficialBlog from " ../../components/OfficialBlog.astro" ;
10
- import CfP from " ../../components/CfP.astro" ;
11
10
import " ../../styles/global.css" ;
12
11
import { LANGUAGES } from " @/i18n" ;
13
12
@@ -21,7 +20,6 @@ export function getStaticPaths() {
21
20
<Layout >
22
21
<main class =" min-h-screen" >
23
22
<Top />
24
- <CfP />
25
23
<KeynoteSpeakers />
26
24
<Venue />
27
25
<AboutVimConf />
You can’t perform that action at this time.
0 commit comments