mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-12-25 21:54:20 -08:00
fix img alt
This commit is contained in:
parent
ffd400b31b
commit
ec20582a25
|
@ -95,7 +95,7 @@ const SocialCards: SocialCardProps[] = [
|
||||||
color: 'bg-[#ffffff]',
|
color: 'bg-[#ffffff]',
|
||||||
link: 'https://twitter.com/TheMeshtastic',
|
link: 'https://twitter.com/TheMeshtastic',
|
||||||
children: (
|
children: (
|
||||||
<img alt="discord" className="m-auto h-10" src="/img/homepage/Twitter-logo.svg" />
|
<img alt="twitter" className="m-auto h-10" src="/img/homepage/Twitter-logo.svg" />
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue