Update get-contact-href.js

This commit is contained in:
Sean Dearnaley 2020-01-08 02:14:38 -05:00
parent deeaa9f947
commit 9b1fb82ff3

View File

@ -44,7 +44,7 @@ const getContactHref = (name: string, contact: string) => {
break;
case 'soundcloud':
href = `https://soundcloud.com/${contact}`;
break;
break;
default:
href = contact;
break;