mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-03-13 19:09:11 +01:00
Update get-contact-href.js
This commit is contained in:
parent
deeaa9f947
commit
9b1fb82ff3
@ -44,7 +44,7 @@ const getContactHref = (name: string, contact: string) => {
|
|||||||
break;
|
break;
|
||||||
case 'soundcloud':
|
case 'soundcloud':
|
||||||
href = `https://soundcloud.com/${contact}`;
|
href = `https://soundcloud.com/${contact}`;
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
href = contact;
|
href = contact;
|
||||||
break;
|
break;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user