We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70ec651 commit ce2840dCopy full SHA for ce2840d
src/pages/HomePage.tsx
@@ -597,12 +597,15 @@ export default function HomePage() {
597
</p>
598
<div className="flex flex-col sm:flex-row gap-4 justify-center">
599
<Button
600
+ asChild
601
className="bg-white dark:text-blue-800 text-blue-600 hover:bg-gray-100"
602
size="lg"
603
variant="secondary"
604
>
- <Mail className="w-5 h-5 mr-2" />
605
- app (at) tum.de
+ <a href="mailto:app (at) tum.de">
606
+ <Mail className="w-5 h-5 mr-2" />
607
+ Kontakt aufnehmen
608
+ </a>
609
</Button>
610
611
className="border-white text-slate-900 dark:text-slate-50 hover:bg-white/10"
0 commit comments