started-new-blog

This commit is contained in:
2022-09-04 23:58:49 +02:00
parent fb52855297
commit 1ec208cf70
37 changed files with 20789 additions and 13298 deletions

View File

@@ -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;