Skip to content

Commit 03bc480

Browse files
committed
fix YouTube 配信のリンク
1 parent 1049ece commit 03bc480

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

2025/src/components/Top.astro

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,15 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro";
4646
</div>
4747
<div class="mb-6 flex flex-col items-center gap-3">
4848
<div
49-
class="inline-flex items-center rounded-full bg-gradient-to-r from-emerald-500 to-green-500 px-6 py-3 text-white"
49+
class="inline-flex items-center rounded-full bg-gradient-to-r from-orange-500 to-red-500 px-6 py-3 text-white"
5050
>
51-
<a class="flex" href="https://youtube.com/live/9MQpu0nxl5E" target="_blank" rel="noopener" >
52-
YouTube 配信はこちら<ExternalLink class="ml-2 h-4 w-4"/>
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" />
5358
</a>
5459
</div>
5560
</div>

0 commit comments

Comments
 (0)