diff --git a/data/socials.tsx b/data/socials.tsx index ee6c85a..b11c170 100644 --- a/data/socials.tsx +++ b/data/socials.tsx @@ -8,8 +8,7 @@ interface Social { export const socials = (iconSize?: string, color?: string): Social[] => { iconSize = iconSize || "1em"; - console.log(iconSize); - + return [ { name: "GitHub",