diff --git a/src/components/content_sections/Hero.js b/src/components/content_sections/Hero.js
index 5cb1fac..79c5460 100644
--- a/src/components/content_sections/Hero.js
+++ b/src/components/content_sections/Hero.js
@@ -39,7 +39,7 @@ const desktopRender = () => {
Welcome to
- Gonito.net!
+ Gonito!
@@ -52,7 +52,7 @@ const desktopRender = () => {
Join us!
-
);
diff --git a/src/components/generic/Logo.js b/src/components/generic/Logo.js
index ac36407..e21232b 100644
--- a/src/components/generic/Logo.js
+++ b/src/components/generic/Logo.js
@@ -16,7 +16,7 @@ const LogoStyle = styled(H1)`
const Logo = () => {
return (
- Gonito.net
+ Gonito
);
};