Update Socials

This commit is contained in:
Justin Deal 2025-05-03 20:00:58 -07:00
parent 1d39887433
commit d3a70d149d

View File

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