this repo has no description www.baileykane.co/
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Remove comments

BK610 36207dc5 efce2f4d

+3 -3
+3 -3
components/SocialLink.js
··· 1 1 export default function SocialLink({ href, icon, children }) { 2 2 const iconURL = icon ? icon : new URL(href).origin + "/favicon.ico"; 3 - console.log("Social link for", href); 4 - console.log("icon", icon); 5 - console.log("iconUrl:", iconURL); 3 + // console.log("Social link for", href); 4 + // console.log("icon", icon); 5 + // console.log("iconUrl:", iconURL); 6 6 7 7 return ( 8 8 <a