feat(): add support email
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Aleksander Wilczyński 2025-03-30 14:52:00 +02:00
parent 80563e067a
commit 8fb50af4f7
Signed by: alekswilc
GPG Key ID: D4464A248E5F27FE
3 changed files with 4 additions and 4 deletions

View File

@ -10,7 +10,7 @@ export const Contact = () => {
<svg width="25" height="25" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.3333 17.3334V8.00004C29.3333 7.2928 29.0524 6.61452 28.5523 6.11442C28.0522 5.61433 27.3739 5.33337 26.6667 5.33337H5.33332C4.62608 5.33337 3.9478 5.61433 3.4477 6.11442C2.94761 6.61452 2.66666 7.2928 2.66666 8.00004V24C2.66666 25.4667 3.86666 26.6667 5.33332 26.6667H16M29.3333 9.33337L17.3733 16.9334C16.9617 17.1913 16.4857 17.3281 16 17.3281C15.5142 17.3281 15.0383 17.1913 14.6267 16.9334L2.66666 9.33337M25.3333 21.3334V29.3334M21.3333 25.3334H29.3333" stroke="#FABE5E" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
<a href='mailto:aleks@wilczynski.me'>{t("landing.contact.email")}</a>
<a href='mailto:support@alekswilc.dev'>{t("landing.contact.support")}</a>
</div>
@ -18,7 +18,7 @@ export const Contact = () => {
<svg width="25" height="25" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M29.3333 14V8.00004C29.3333 7.2928 29.0524 6.61452 28.5523 6.11442C28.0522 5.61433 27.3739 5.33337 26.6667 5.33337H5.33332C4.62608 5.33337 3.9478 5.61433 3.4477 6.11442C2.94761 6.61452 2.66666 7.2928 2.66666 8.00004V24C2.66666 25.4667 3.86666 26.6667 5.33332 26.6667H22M29.3333 9.33337L17.3733 16.9334C16.9617 17.1913 16.4857 17.3281 16 17.3281C15.5142 17.3281 15.0383 17.1913 14.6267 16.9334L2.66666 9.33337M26.6667 18.6667V24M26.6667 29.3334V29.3467" stroke="#FE7979" strokeWidth="2" strokeLinecap="round" strokeLinejoin="round" />
</svg>
<a href='mailto:security@wilczynski.me'>{t("landing.contact.vulb")}</a>
<a href='mailto:aleks@wilczynski.me'>{t("landing.contact.email")}</a>
</div>
</div>;
}

View File

@ -35,7 +35,7 @@
"contact": {
"title": "Contact Me",
"email": "Send me an email: aleks@wilczynski.me",
"vulb": "Report vulnerability: security@wilczynski.me"
"support": "Contact support: support@alekswilc.dev"
}
}
}

View File

@ -35,7 +35,7 @@
"contact": {
"title": "Skontaktuj się ze mną",
"email": "Wyślij mi E-Mail: aleks@wilczynski.me",
"vulb": "Zgłoś podatność: security@wilczynski.me"
"support": "Skontaktuj się z supportem: support@alekswilc.dev"
}
}
}