We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3fccfd7 commit 5c6ab6cCopy full SHA for 5c6ab6c
1 file changed
src/components/sections/hero/hero.astro
@@ -47,7 +47,7 @@ const action2 = "https://www.youtube.com/watch?v=laSzm-raS5A";
47
<!-- Second 2x1 Grid with Action Buttons -->
48
<div class="text-center grid grid-cols-1 md:grid-cols-2 gap-4 m-6">
49
<div class="btn-outline">
50
- <Button outline url="/tickets" class="!text-white !border-white hover:!bg-white hover:!text-primary"> Get your tickets! </Button>
+ <Button outline disabled class="!text-white !border-white"> Tickets coming soon! </Button>
51
</div>
52
53
<Button outline url={action2} class="!text-white !border-white hover:!bg-white hover:!text-primary"> Watch the video (no Rickrolls) </Button>
0 commit comments