website/src/data/social.ts
Charlotte Croce cd2e3e9f13 5-30
2025-05-30 20:33:42 -04:00

13 lines
No EOL
517 B
TypeScript

import { SocialLink } from '@/types';
export const headerLinks: SocialLink[] = [
{ name: 'GitHub', url: 'https://github.com/charlottecroce' },
{ name: 'Forgejo', url: 'https://git.charlotte.sh' },
{ name: 'LinkedIn', url: 'https://linkedin.com/in/charlottecroce' }
];
export const footerLinks: SocialLink[] = [
{ name: 'GitHub', url: 'https://github.com/charlottecroce' },
{ name: 'Forgejo', url: 'https://git.charlotte.sh/lotte' },
{ name: 'LinkedIn', url: 'https://linkedin.com/in/charlottecroce' }
];