Update Socials
This commit is contained in:
parent
1d39887433
commit
d3a70d149d
@ -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
|
||||
}
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user