feat: make simple-icons default iconset for footer socials
This commit is contained in:
parent
d82b963b55
commit
7e7d145ba6
1 changed files with 1 additions and 3 deletions
|
@ -40,7 +40,6 @@ export const footerLinks: Link[] = [
|
||||||
text: 'SourceHut',
|
text: 'SourceHut',
|
||||||
url: 'https://sr.ht/~ayoayco',
|
url: 'https://sr.ht/~ayoayco',
|
||||||
icon: 'sourcehut',
|
icon: 'sourcehut',
|
||||||
set: 'simple-icons',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'GitHub',
|
text: 'GitHub',
|
||||||
|
@ -55,8 +54,7 @@ export const footerLinks: Link[] = [
|
||||||
{
|
{
|
||||||
text: 'Pixelfed',
|
text: 'Pixelfed',
|
||||||
url: 'https://metapixl.com/@ayo',
|
url: 'https://metapixl.com/@ayo',
|
||||||
icon: 'pixelfed-fill',
|
icon: 'pixelfed',
|
||||||
set: 'ri',
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
text: 'SoundCloud',
|
text: 'SoundCloud',
|
||||||
|
|
Loading…
Reference in a new issue