diff --git a/src/app/components/Footer/Footer.css b/src/app/components/Footer/Footer.css
index aa4595d6..153a31ca 100644
--- a/src/app/components/Footer/Footer.css
+++ b/src/app/components/Footer/Footer.css
@@ -1,3 +1,4 @@
.footer {
height: 60px;
+ width: 100vw;
}
diff --git a/src/app/components/Footer/Footer.js b/src/app/components/Footer/Footer.js
index a4d18da7..b3421a1a 100644
--- a/src/app/components/Footer/Footer.js
+++ b/src/app/components/Footer/Footer.js
@@ -19,16 +19,16 @@ function Footer() {
}
switch (platform) {
case SocialNetwork.DISCORD:
- url = '#'
+ url = 'https://discord.gg/FRbdHraQj3'
break
case SocialNetwork.FACEBOOK:
- url = '#'
+ url = 'https://www.facebook.com/profile.php?id=61555598325563'
break
case SocialNetwork.TWITTER:
url = '#'
break
case SocialNetwork.INSTAGRAM:
- url = '#'
+ url = 'https://www.instagram.com/uni.buzz/'
break
default:
return
@@ -42,11 +42,13 @@ function Footer() {