From d3a70d149d41337a61bda17a90298ccc774d5f97 Mon Sep 17 00:00:00 2001 From: Justin Deal Date: Sat, 3 May 2025 20:00:58 -0700 Subject: [PATCH] Update Socials --- src/lib/socials.ts | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/lib/socials.ts b/src/lib/socials.ts index 39536fe..754c732 100644 --- a/src/lib/socials.ts +++ b/src/lib/socials.ts @@ -4,14 +4,6 @@ import { type SocialMedia } from "./types"; * Social media profiles */ export const socials: SocialMedia[] = [ - { - name: "GitHub", - url: "https://github.com/justindeal", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/github-dark.svg", - alt: "GitHub Profile", - showInFooter: true, - showInAbout: true - }, { name: "Gitea", url: "https://code.justin.deal/dealjus", @@ -27,5 +19,13 @@ export const socials: SocialMedia[] = [ alt: "LinkedIn Profile", showInFooter: true, showInAbout: true + }, + { + name: "GitHub", + url: "https://github.com/justintdeal", + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/svg/github-dark.svg", + alt: "GitHub Profile", + showInFooter: true, + showInAbout: true } ];