We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b2893e + c4ff37a commit 728dd5cCopy full SHA for 728dd5c
2025/src/components/Top.astro
@@ -63,7 +63,6 @@ import { ExternalLink, Heart, Zap } from "@lucide/astro";
63
<ExternalLink class="ml-2 h-4 w-4" />
64
</a></button
65
><button
66
- disabled
67
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"
68
><a href="#schedule">スケジュールを見る</a></button
69
>
0 commit comments