mirror of
https://github.com/xHyroM/website.git
synced 2024-11-10 01:38:05 +01:00
feat: add email contact
This commit is contained in:
parent
561cce1b51
commit
c6d9acbf1e
2 changed files with 8 additions and 0 deletions
3
public/icons/mail.svg
Normal file
3
public/icons/mail.svg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
<svg xmlns="http://www.w3.org/2000/svg" width="1.2em" height="1.2em" viewBox="0 0 24 24">
|
||||||
|
<path fill="white" d="M4 20q-.825 0-1.412-.587T2 18V6q0-.825.588-1.412T4 4h16q.825 0 1.413.588T22 6v12q0 .825-.587 1.413T20 20zm8-7L4 8v10h16V8zm0-2l8-5H4zM4 8V6v12z" />
|
||||||
|
</svg>
|
After Width: | Height: | Size: 268 B |
|
@ -24,6 +24,11 @@ export const SOCIALS = [
|
||||||
link: "https://ko-fi.com/xhyrom",
|
link: "https://ko-fi.com/xhyrom",
|
||||||
icon: "ko-fi.svg",
|
icon: "ko-fi.svg",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
name: "email",
|
||||||
|
link: "mailto:contact@xhyrom.dev",
|
||||||
|
icon: "mail.svg",
|
||||||
|
},
|
||||||
] satisfies {
|
] satisfies {
|
||||||
name: string;
|
name: string;
|
||||||
link: string;
|
link: string;
|
||||||
|
|
Loading…
Reference in a new issue