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 } ];