From 71fa37945a38d83400c8d84c913a4b1e07e872cb Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sat, 29 Oct 2022 22:48:49 +0200 Subject: [PATCH] Remove debug log --- data/socials.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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",