File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11---
22import 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 >
You can’t perform that action at this time.
0 commit comments