feat: remove footer socials that doesn't link back

This commit is contained in:
Ayo Ayco 2025-04-20 09:04:27 +02:00
parent 73869d3bb1
commit e97504bc4c

View file

@ -51,26 +51,24 @@ export const footerLinks: Link[] = [
url: 'https://metapixl.com/@ayo', url: 'https://metapixl.com/@ayo',
icon: 'pixelfed', icon: 'pixelfed',
}, },
{
text: 'SoundCloud',
url: 'https://SoundCloud.com/ayoayco',
icon: 'soundcloud',
},
{ {
text: 'GitHub', text: 'GitHub',
url: 'https://github.com/ayoayco', url: 'https://github.com/ayoayco',
icon: 'github', icon: 'github',
}, },
{ /**
text: 'LinkedIn', * TODO: add all socials to about page
url: 'https://www.linkedin.com/in/ayoayco', */
icon: 'linkedin', // {
}, // text: 'LinkedIn',
{ // url: 'https://www.linkedin.com/in/ayoayco',
text: 'NPM', // icon: 'linkedin',
url: 'https://www.npmjs.com/~aayco', // },
icon: 'npm', // {
}, // text: 'NPM',
// url: 'https://www.npmjs.com/~aayco',
// icon: 'npm',
// },
// { // {
// text: 'Instagram', // text: 'Instagram',
// url: 'https://instagram.com/ayoayco', // url: 'https://instagram.com/ayoayco',