File tree Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Expand file tree Collapse file tree 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
import VimLogo from " ./VimLogo.astro" ;
3
- import { ExternalLink } from " @lucide/astro" ;
3
+ import { ExternalLink , Heart } from " @lucide/astro" ;
4
4
---
5
5
6
6
<section
@@ -65,5 +65,20 @@ import { ExternalLink } from "@lucide/astro";
65
65
><a href =" #schedule" >スケジュールを見る</a ></button
66
66
>
67
67
</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 >
68
83
</div >
69
84
</section >
You can’t perform that action at this time.
0 commit comments