Skip to content

Commit 5c6ab6c

Browse files
Update src/components/sections/hero/hero.astro
1 parent 3fccfd7 commit 5c6ab6c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/sections/hero/hero.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const action2 = "https://www.youtube.com/watch?v=laSzm-raS5A";
4747
<!-- Second 2x1 Grid with Action Buttons -->
4848
<div class="text-center grid grid-cols-1 md:grid-cols-2 gap-4 m-6">
4949
<div class="btn-outline">
50-
<Button outline url="/tickets" class="!text-white !border-white hover:!bg-white hover:!text-primary"> Get your tickets! </Button>
50+
<Button outline disabled class="!text-white !border-white"> Tickets coming soon! </Button>
5151
</div>
5252
<div class="btn-outline">
5353
<Button outline url={action2} class="!text-white !border-white hover:!bg-white hover:!text-primary"> Watch the video (no Rickrolls) </Button>

0 commit comments

Comments
 (0)