Skip to content

Commit 0e8753c

Browse files
committed
feat: 個人スポンサーのリンクを追加
1 parent 55cc65e commit 0e8753c

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

2025/src/components/Top.astro

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

66
<section
@@ -65,5 +65,20 @@ import { ExternalLink } from "@lucide/astro";
6565
><a href="#schedule">スケジュールを見る</a></button
6666
>
6767
</div>
68+
<div class="flex justify-center">
69+
<a
70+
href="https://peatix.com/event/4468783/view"
71+
target="_blank"
72+
rel="noopener"
73+
>
74+
<button
75+
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"
76+
>
77+
<Heart class="mr-2 h-5 w-5" />
78+
個人スポンサーになる
79+
<ExternalLink class="ml-2 h-4 w-4" />
80+
</button>
81+
</a>
82+
</div>
6883
</div>
6984
</section>

0 commit comments

Comments
 (0)