diff --git a/src/pages/index.tsx b/src/pages/index.tsx index 2f30cb6c..807366dc 100644 --- a/src/pages/index.tsx +++ b/src/pages/index.tsx @@ -96,13 +96,24 @@ const SocialCards: SocialCardProps[] = [ ), }, { - color: "bg-[#ffffff]", + color: "bg-[#4A99E9]", link: "https://twitter.com/TheMeshtastic", children: ( twitter + ), + }, + { + color: "bg-[#3875EA]", + link: "https://facebook.com/themeshtastic", + children: ( + facebook ), }, diff --git a/static/img/homepage/Twitter-Logo-White.svg b/static/img/homepage/Twitter-Logo-White.svg new file mode 100644 index 00000000..873f75d2 --- /dev/null +++ b/static/img/homepage/Twitter-Logo-White.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/static/img/homepage/Twitter-logo.svg b/static/img/homepage/Twitter-logo.svg deleted file mode 100644 index 2d7697b3..00000000 --- a/static/img/homepage/Twitter-logo.svg +++ /dev/null @@ -1 +0,0 @@ - \ No newline at end of file diff --git a/static/img/homepage/f_logo_RGB-White_1024.png b/static/img/homepage/f_logo_RGB-White_1024.png new file mode 100644 index 00000000..fb8b468a Binary files /dev/null and b/static/img/homepage/f_logo_RGB-White_1024.png differ