Skip to content

Commit

Permalink
Update index.astro
Browse files Browse the repository at this point in the history
Added linked button to pretix registration
  • Loading branch information
einhornwolle authored Feb 7, 2024
1 parent c6b2c3b commit 3751a50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/index.astro
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@ import * as mainInfo from '../content/main-infos.md';
<div class="col-md-8 mb-4">
<h2 class="text-primary">{actionText.frontmatter.title}</h2>
<p set:html={actionText.compiledContent()} />
<button class="btn btn-primary">Anmelden</button>
<a href="https://pretix.eu/abc-huell/huepc24/" class="btn btn-primary">Anmelden</a>
<!-- <button class="btn btn-primary">Anmelden</button> -->
</div>
<div class="col-md-4">
<Image src={paper} class="w-100 h-100 margin margin-right margin-left" alt="Blick über die Schulter einer Person, welche auf dem Rasen liegt und auf einem Blatt Papier Notizen zum Thema 'Polarisierung' verfasst." />
Expand Down

0 comments on commit 3751a50

Please sign in to comment.