From 7e7d145ba6ea25d10c551c89ba08d82a3f139594 Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Sat, 12 Apr 2025 19:27:32 +0200 Subject: [PATCH] feat: make simple-icons default iconset for footer socials --- src/constants/links.ts | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/constants/links.ts b/src/constants/links.ts index eea47a8..40c904a 100644 --- a/src/constants/links.ts +++ b/src/constants/links.ts @@ -40,7 +40,6 @@ export const footerLinks: Link[] = [ text: 'SourceHut', url: 'https://sr.ht/~ayoayco', icon: 'sourcehut', - set: 'simple-icons', }, { text: 'GitHub', @@ -55,8 +54,7 @@ export const footerLinks: Link[] = [ { text: 'Pixelfed', url: 'https://metapixl.com/@ayo', - icon: 'pixelfed-fill', - set: 'ri', + icon: 'pixelfed', }, { text: 'SoundCloud',