mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-02 23:52:36 +02:00
started-new-blog
This commit is contained in:
@@ -14,7 +14,7 @@ const getContactHref = (name: string, contact: string) => {
|
||||
facebook: `https://www.facebook.com/${contact}`,
|
||||
instagram: `https://www.instagram.com/${contact}`,
|
||||
linkedin: `https://www.linkedin.com/in/${contact}`,
|
||||
youtube: `https://www.youtube.com/channel/${contact}`,
|
||||
youtube: `https://www.youtube.com/c/${contact}`,
|
||||
};
|
||||
|
||||
return hrefs[name] ?? contact;
|
||||
|
Reference in New Issue
Block a user