diff --git a/components/footer.js b/components/footer.js
index 1f690e5c..11a7e516 100644
--- a/components/footer.js
+++ b/components/footer.js
@@ -8,7 +8,7 @@ const Base = styled(Box)`
background: ${props =>
props.dark
? `${theme.colors.darker} radial-gradient(${theme.colors.black} 1px, transparent 1px)`
- : `${theme.colors.snow} url('https://hackclub.com/pattern.svg') repeat`};
+ : `${theme.colors.snow} url('/pattern.svg') repeat`};
${props =>
props.dark &&
`
@@ -36,7 +36,7 @@ const Logo = props => (
)
-const Service = ({ href, icon, name = "", ...props }) => (
+const Service = ({ href, icon, name = '', ...props }) => (
(
}
}}
>
-
-
-
-
+
+
+
+