diff --git a/components/ShoutBox/shoutbox.tsx b/components/ShoutBox/shoutbox.tsx
index ed49295..641e75e 100644
--- a/components/ShoutBox/shoutbox.tsx
+++ b/components/ShoutBox/shoutbox.tsx
@@ -22,7 +22,7 @@ export const ChatWrapper = () => {
return (
diff --git a/components/footer.tsx b/components/footer.tsx
index 302b9b3..153d186 100644
--- a/components/footer.tsx
+++ b/components/footer.tsx
@@ -16,7 +16,7 @@ interface FooterProps {
const Footer = ({ navigationItems }: FooterProps) => {
return (
-