fix(hero): add correct id in Hero to fix scroll button

This commit is contained in:
Fx64b
2025-11-18 18:42:21 +01:00
parent 193f3ff0bb
commit 1f4cea0c35
2 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,7 @@ const { id } = Astro.props;
<p>Im Herzen von St.Gallen</p>
<a href="#" class="button">Aktuelles ↓</a>
<a href="#welcome" class="button">Aktuelles ↓</a>
</div>
</div>