feat: use simple-icons set for footer socials
This commit is contained in:
parent
deb29de533
commit
d82b963b55
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ const year = new Date().getFullYear()
|
||||||
links.map((linkObj) => (
|
links.map((linkObj) => (
|
||||||
<li title={linkObj.text}>
|
<li title={linkObj.text}>
|
||||||
<a href={linkObj.url}>
|
<a href={linkObj.url}>
|
||||||
<Icon pack={linkObj.set ?? 'mdi'} name={linkObj.icon} />
|
<Icon pack={linkObj.set ?? 'simple-icons'} name={linkObj.icon} />
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
))
|
))
|
||||||
|
|
Loading…
Reference in a new issue