Skip to content

Commit ce2840d

Browse files
fix: the "Kontakt aufnehmen" button not being a link
Co-authored-by: Wayrion <82315185+Wayrion@users.noreply.github.com>
1 parent 70ec651 commit ce2840d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/pages/HomePage.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -597,12 +597,15 @@ export default function HomePage() {
597597
</p>
598598
<div className="flex flex-col sm:flex-row gap-4 justify-center">
599599
<Button
600+
asChild
600601
className="bg-white dark:text-blue-800 text-blue-600 hover:bg-gray-100"
601602
size="lg"
602603
variant="secondary"
603604
>
604-
<Mail className="w-5 h-5 mr-2" />
605-
app (at) tum.de
605+
<a href="mailto:app (at) tum.de">
606+
<Mail className="w-5 h-5 mr-2" />
607+
Kontakt aufnehmen
608+
</a>
606609
</Button>
607610
<Button
608611
className="border-white text-slate-900 dark:text-slate-50 hover:bg-white/10"

0 commit comments

Comments
 (0)