diff --git a/src/style/main.styl b/src/style/main.styl
index a47d44d..2aa3793 100644
--- a/src/style/main.styl
+++ b/src/style/main.styl
@@ -399,26 +399,6 @@ noscript
gitlab
background-color: #292961
font-size: 115%
- twitter
- background-color: #03a9f4
- discord
- background-color: #2C2F33
- padding: 3px
- span
- background: url("/static/image/discord.svg")
- background-size: contain
- width: 22px
- height: 22px
- display: block
- rocket-chat
- background-color: #eee
- padding: 3px
- span
- background: url("/static/image/rocket-chat.svg")
- background-size: contain
- width: 22px
- height: 22px
- display: block
&:hover
color: #ddd
diff --git a/static/image/discord.svg b/static/image/discord.svg
deleted file mode 100644
index 4613aa9..0000000
--- a/static/image/discord.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/static/image/rocket-chat.svg b/static/image/rocket-chat.svg
deleted file mode 100644
index b3ab6a5..0000000
--- a/static/image/rocket-chat.svg
+++ /dev/null
@@ -1,23 +0,0 @@
-
-
-
-
\ No newline at end of file
diff --git a/views/layout.pug b/views/layout.pug
index d296bf9..9a1a7ef 100644
--- a/views/layout.pug
+++ b/views/layout.pug
@@ -63,7 +63,7 @@ html
block nav
nav.navbar.navbar-expand-lg.navbar-light.bg-light.sticky-top
a.navbar-brand(href="/")
- img(src="/static/image/icynet-icon.svg" width="30" heigth="30")
+ img(src="/static/image/icynet-icon.png" width="30" heigth="30")
|Icy Network
button.navbar-toggler(type="button" data-toggle="collapse" data-target="#navCollapse" aria-controls="navCollapse" aria-expanded="false" aria-label="Toggle navigation")