Skip to content

Commit ab65fac

Browse files
committed
スポンサーやチケットに関わる文言を削除
1 parent 673ec63 commit ab65fac

File tree

2 files changed

+4
-44
lines changed

2 files changed

+4
-44
lines changed

2025/src/components/Sponsors/index.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
import Companies from "./Companies.astro";
33
import Card from "../Card.astro";
4-
import Individuals from "./Individuals.astro";
54
import Heading from "../Heading.astro";
65
import {
76
Heart,
@@ -108,5 +107,4 @@ import {
108107
</Card>
109108
</div>
110109
</div>
111-
<Individuals />
112110
</section>

2025/src/components/Top.astro

Lines changed: 4 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import VimLogo from "./VimLogo.astro";
3-
import { ExternalLink, Heart, Zap } from "@lucide/astro";
3+
import { ExternalLink } from "@lucide/astro";
44
---
55

66
<section
@@ -35,61 +35,23 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro";
3535
</p>
3636
</div>
3737
</div>
38-
<div class="mb-6 flex flex-col items-center gap-3">
39-
<div
40-
class="inline-flex items-center rounded-full bg-gradient-to-r from-emerald-500 to-green-500 px-6 py-3 text-white"
41-
>
42-
<span class="text-sm font-bold md:text-base"
43-
>🎉 チケット販売開始! 🎉</span
44-
>
45-
</div>
46-
</div>
47-
<div class="mb-6 flex flex-col items-center gap-3">
48-
<div
49-
class="inline-flex items-center rounded-full bg-gradient-to-r from-orange-500 to-red-500 px-6 py-3 text-white"
50-
>
51-
<a
52-
class="flex"
53-
href="https://youtube.com/live/9MQpu0nxl5E"
54-
target="_blank"
55-
rel="noopener"
56-
>
57-
YouTube 配信はこちら<ExternalLink class="ml-2 h-4 w-4" />
58-
</a>
59-
</div>
60-
</div>
6138
<div
6239
class="mb-8 flex flex-col items-center justify-center gap-3 sm:flex-row"
6340
>
6441
<button
65-
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"
42+
class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-red-500 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-red-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"
6643
><a
6744
class="flex"
68-
href="https://peatix.com/event/4468402/view"
45+
href="https://youtube.com/live/9MQpu0nxl5E"
6946
target="_blank"
7047
rel="noopener"
71-
>チケットを購入する
48+
>YouTube 配信のアーカイブはこちら
7249
<ExternalLink class="ml-2 h-4 w-4" />
7350
</a></button
7451
><button
7552
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"
7653
><a href="#schedule">スケジュールを見る</a></button
7754
>
7855
</div>
79-
<div class="flex flex-col justify-center gap-2">
80-
<a
81-
href="https://peatix.com/event/4468783/view"
82-
target="_blank"
83-
rel="noopener"
84-
>
85-
<button
86-
class="inline-flex h-10 items-center justify-center gap-2 rounded-md bg-pink-500 bg-gradient-to-r px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-pink-600 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"
87-
>
88-
<Heart class="mr-2 h-5 w-5" />
89-
個人スポンサーになる
90-
<ExternalLink class="ml-2 h-4 w-4" />
91-
</button>
92-
</a>
93-
</div>
9456
</div>
9557
</section>

0 commit comments

Comments
 (0)