fix img alt

This commit is contained in:
rcarteraz 2022-11-24 10:47:15 -07:00
parent ffd400b31b
commit ec20582a25

View file

@ -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" />
), ),
}, },
{ {