const giteaSvg: string =
'';
const discordSvg: string =
'';
const socialLinks = [
{
icon: {
svg: giteaSvg,
},
link: 'https://labs.phundrak.com/ALYS',
},
{
icon: {
svg: discordSvg,
},
link: 'https://discord.gg/mChDJQW',
},
];
export default socialLinks;