kopia lustrzana https://github.com/badgen/badgen.net
fix: change simpleicons twitter --> x to resolve icon render (#674)
rodzic
8ec7de945e
commit
a491546efb
|
@ -32,7 +32,7 @@ export default function Footer () {
|
|||
</div>
|
||||
<div className='links'>
|
||||
<a title='badgen twitter link' href='https://twitter.com/badgen_net'>
|
||||
<img alt='badgen twitter link' src='https://simpleicons.vercel.app/twitter/fff' width='30' height='30' />
|
||||
<img alt='badgen twitter link' src='https://simpleicons.vercel.app/x/fff' width='30' height='30' />
|
||||
</a>
|
||||
|
||||
<a href='https://github.com/badgen/badgen.net'>
|
||||
|
|
|
@ -110,7 +110,7 @@ const helpFooter = `
|
|||
</div>
|
||||
<div class='links'>
|
||||
<a href='https://twitter.com/badgen_net'>
|
||||
<img src='https://simpleicons.now.sh/twitter/fff' />
|
||||
<img src='https://simpleicons.now.sh/x/fff' />
|
||||
</a>
|
||||
<a href='https://github.com/badgen/badgen.net'>
|
||||
<img src='https://simpleicons.now.sh/github/fff' />
|
||||
|
|
|
@ -106,7 +106,7 @@ const helpFooter = `
|
|||
</div>
|
||||
<div class='links'>
|
||||
<a href='https://twitter.com/badgen_net'>
|
||||
<img src='https://simpleicons.now.sh/twitter/fff' />
|
||||
<img src='https://simpleicons.now.sh/x/fff' />
|
||||
</a>
|
||||
<a href='https://github.com/badgen/badgen.net'>
|
||||
<img src='https://simpleicons.now.sh/github/fff' />
|
||||
|
|
Ładowanie…
Reference in New Issue