mirror of
https://github.com/mastermindzh/rickvanlieshout.com
synced 2025-07-26 04:04:27 +02:00
Update get-contact-href.js
This commit is contained in:
@@ -44,7 +44,7 @@ const getContactHref = (name: string, contact: string) => {
|
||||
break;
|
||||
case 'soundcloud':
|
||||
href = `https://soundcloud.com/${contact}`;
|
||||
break;
|
||||
break;
|
||||
default:
|
||||
href = contact;
|
||||
break;
|
||||
|
Reference in New Issue
Block a user