diff --git a/frontend/src/components/Footer.js b/frontend/src/components/Footer.js
index 5f0d2006..0049984d 100644
--- a/frontend/src/components/Footer.js
+++ b/frontend/src/components/Footer.js
@@ -8,11 +8,7 @@ const ICONS = [
link: "https://discord.gg/FetK5BxD",
},
- { social: "twit", link: "https://twitter.com/Bugout_dev" },
- {
- social: "slack",
- link: "https://join.slack.com/t/bugout-dev/shared_invite/zt-fhepyt87-5XcJLy0iu702SO_hMFKNhQ",
- },
+ { social: "twit", link: "https://twitter.com/moonstreamto" },
];
const SITEMAP_FLEX_PROPS = {
@@ -98,7 +94,7 @@ const Footer = () => (
fontSize="xl"
fontWeight="500"
>
- Stay in touch
+ Stay in touch{` `}
💙
diff --git a/frontend/src/components/LandingNavbar.js b/frontend/src/components/LandingNavbar.js
index d97d2845..a65a9f38 100644
--- a/frontend/src/components/LandingNavbar.js
+++ b/frontend/src/components/LandingNavbar.js
@@ -87,10 +87,21 @@ const LandingNavbar = () => {
Log in
)}
- {ui.isLoggedIn &&