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',
|
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',
|
||||||
|
|
Loading…
Reference in a new issue