mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-10-14 17:35:53 +02:00
added phone number to contact info
This commit is contained in:
@@ -15,6 +15,7 @@ const getContactHref = (name: string, contact: string) => {
|
||||
instagram: `https://www.instagram.com/${contact}`,
|
||||
linkedin: `https://www.linkedin.com/in/${contact}`,
|
||||
youtube: `https://www.youtube.com/c/${contact}`,
|
||||
phone: `tel:${contact}`,
|
||||
};
|
||||
|
||||
return hrefs[name] ?? contact;
|
||||
|
Reference in New Issue
Block a user