mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-08-03 16:13:01 +02:00
Update get-contact-href.js
This commit is contained in:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user