13 lines
No EOL
517 B
TypeScript
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' }
|
|
]; |