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.
1 parent 29b4ed0 commit a442fdcCopy full SHA for a442fdc
2025/src/components/Top.astro
@@ -36,6 +36,7 @@ import VimLogo from "./VimLogo.astro";
36
</div>
37
<div class="flex flex-col items-center justify-center gap-3 sm:flex-row">
38
<button
39
+ disabled
40
class="inline-flex h-10 w-auto items-center justify-center gap-2 rounded-md bg-emerald-600 px-4 py-2 text-sm font-medium whitespace-nowrap text-primary-foreground ring-offset-background transition-colors hover:bg-emerald-700 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"
41
>参加登録</button
42
><button
0 commit comments