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',
|
||||
url: 'https://sr.ht/~ayoayco',
|
||||
icon: 'sourcehut',
|
||||
set: 'simple-icons',
|
||||
},
|
||||
{
|
||||
text: 'GitHub',
|
||||
|
@ -55,8 +54,7 @@ export const footerLinks: Link[] = [
|
|||
{
|
||||
text: 'Pixelfed',
|
||||
url: 'https://metapixl.com/@ayo',
|
||||
icon: 'pixelfed-fill',
|
||||
set: 'ri',
|
||||
icon: 'pixelfed',
|
||||
},
|
||||
{
|
||||
text: 'SoundCloud',
|
||||
|
|
Loading…
Reference in a new issue