Skip to content

Commit 728dd5c

Browse files
authored
Merge pull request #209 from mikoto2000/enable-schedule-button-in-2025
fix(Schedule): 「スケジュールを見る」ボタンを有効化
2 parents 9b2893e + c4ff37a commit 728dd5c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

2025/src/components/Top.astro

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,6 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro";
6363
<ExternalLink class="ml-2 h-4 w-4" />
6464
</a></button
6565
><button
66-
disabled
6766
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"
6867
><a href="#schedule">スケジュールを見る</a></button
6968
>

0 commit comments

Comments
 (0)