add IG, remove github.

This commit is contained in:
rcarteraz 2023-05-19 07:05:26 -07:00 committed by Sacha Weatherstone
parent 4b87e5843b
commit a4234e9ae6
2 changed files with 12 additions and 11 deletions

View file

@ -117,6 +117,17 @@ const SocialCards: SocialCardProps[] = [
/>
),
},
{
color: "bg-[#ffffff]",
link: "https://www.instagram.com/themeshtastic/",
children: (
<img
alt="instagram"
className="m-auto h-14"
src="/img/homepage/Instagram_Glyph_Gradient.svg"
/>
),
},
{
color: "bg-[#FF0000]",
link: "https://www.youtube.com/meshtastic",
@ -150,17 +161,6 @@ const SocialCards: SocialCardProps[] = [
/>
),
},
{
color: "bg-[#ffffff]",
link: "https://github.com/meshtastic",
children: (
<img
alt="github"
className="m-auto w-12"
src="/img/homepage/GitHub-Logo-White.svg"
/>
),
},
];
function Home() {

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 45 KiB