feat: remove footer socials that doesn't link back
This commit is contained in:
parent
73869d3bb1
commit
e97504bc4c
1 changed files with 13 additions and 15 deletions
|
@ -51,26 +51,24 @@ export const footerLinks: Link[] = [
|
|||
url: 'https://metapixl.com/@ayo',
|
||||
icon: 'pixelfed',
|
||||
},
|
||||
{
|
||||
text: 'SoundCloud',
|
||||
url: 'https://SoundCloud.com/ayoayco',
|
||||
icon: 'soundcloud',
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
url: 'https://github.com/ayoayco',
|
||||
icon: 'github',
|
||||
},
|
||||
{
|
||||
text: 'LinkedIn',
|
||||
url: 'https://www.linkedin.com/in/ayoayco',
|
||||
icon: 'linkedin',
|
||||
},
|
||||
{
|
||||
text: 'NPM',
|
||||
url: 'https://www.npmjs.com/~aayco',
|
||||
icon: 'npm',
|
||||
},
|
||||
/**
|
||||
* TODO: add all socials to about page
|
||||
*/
|
||||
// {
|
||||
// text: 'LinkedIn',
|
||||
// url: 'https://www.linkedin.com/in/ayoayco',
|
||||
// icon: 'linkedin',
|
||||
// },
|
||||
// {
|
||||
// text: 'NPM',
|
||||
// url: 'https://www.npmjs.com/~aayco',
|
||||
// icon: 'npm',
|
||||
// },
|
||||
// {
|
||||
// text: 'Instagram',
|
||||
// url: 'https://instagram.com/ayoayco',
|
||||
|
|
Loading…
Reference in a new issue