Skip to content

Commit

Permalink
Adds shop links for participants
Browse files Browse the repository at this point in the history
Signed-off-by: Frederic Noppe <[email protected]>
  • Loading branch information
l3monKenji committed Sep 24, 2024
1 parent ba73f95 commit 2dd711a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions src/components/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,10 @@ export function Header() {
</div>
</div>
<div className="hidden sm:mt-10 sm:flex lg:mt-0 lg:grow lg:basis-0 lg:justify-end">
<Button href="https://pretix.eu/l3montree/cybers-hack-2024/" target="_blank"
rel="noopener noreferrer">Kostenlos teilnehmen</Button>
<Button href="https://pretix.eu/l3montree/cybers-hack-2024/"
target="_blank"
rel="noopener noreferrer"
>Kostenlos teilnehmen</Button>
</div>
</Container>
</header>
Expand Down
6 changes: 4 additions & 2 deletions src/components/Hero.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,10 @@ export function Hero() {
</p>
<div className="justify-center gap-10 sm:inline-block lg:flex">
<div className="mt-10 flex items-center justify-center gap-x-6">
<Button href="https://pretix.eu/l3montree/cybers-hack-2024/" target="_blank"
rel="noopener noreferrer">Kostenlos teilnehmen</Button>
<Button href="https://pretix.eu/l3montree/cybers-hack-2024/"
target="_blank"
rel="noopener noreferrer"
>Kostenlos teilnehmen</Button>
</div>
<div className="mt-10 flex items-center justify-center gap-x-6">
<Button
Expand Down

0 comments on commit 2dd711a

Please sign in to comment.