-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add correct mail to contact section
- Loading branch information
Dorien Grönwald
committed
Jun 14, 2024
1 parent
1d9791b
commit 83afe25
Showing
3 changed files
with
5 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ function Contact() { | |
Unser Team wird sich schnellstmöglich bei dir melden. | ||
</p> | ||
|
||
<Button href="mailto:" ariaLabel="Kontaktiere uns gern per Mail" isDark> | ||
<Button href="mailto:[email protected]" ariaLabel="Kontaktiere uns gern per Mail" isDark> | ||
<img | ||
src="/assets/svg/socials/mail.svg" | ||
className="w-6 h-6" alt="" loading="lazy"/> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,12 +13,12 @@ function Footer() { | |
Consequat occaecat adipisicing culpa. | ||
</p> | ||
<div className="flex flex-wrap gap-6 mt-8"> | ||
{/* <Button href="mailto:" ariaLabel="Kontaktiere uns gern per Mail"> | ||
<Button href="mailto:[email protected]" ariaLabel="Kontaktiere uns gern per Mail"> | ||
<img | ||
src="/assets/svg/socials/mail.svg" | ||
className="w-6 h-6" alt="" loading="lazy"/> | ||
<span>Kontakt</span> | ||
</Button> */} | ||
</Button> | ||
<Button href="https://github.com/SmartCityFlensburg" ariaLabel="Besuche uns auf GitHub" isExternalLink> | ||
<img | ||
src="/assets/svg/socials/github.svg" | ||
|