diff --git a/app/components/_shared/footer/footer.component.tsx b/app/components/_shared/footer/footer.component.tsx
index df72deab..203362ac 100644
--- a/app/components/_shared/footer/footer.component.tsx
+++ b/app/components/_shared/footer/footer.component.tsx
@@ -60,7 +60,7 @@ export const Footer = ({className, style}: FooterProps) => {
Discord
- Twiter
+ Twitter
diff --git a/app/components/_shared/header/header.module.scss b/app/components/_shared/header/header.module.scss
index 72479664..88d18da7 100644
--- a/app/components/_shared/header/header.module.scss
+++ b/app/components/_shared/header/header.module.scss
@@ -51,6 +51,13 @@
flex: 1;
.item {
+ a {
+ &:hover {
+ text-decoration: none;
+ color: inherit;
+ }
+ }
+
p {
font-size: 20px;
display: flex;