diff --git a/boofilsic/settings.py b/boofilsic/settings.py
index d441a209..7f18e52a 100644
--- a/boofilsic/settings.py
+++ b/boofilsic/settings.py
@@ -31,7 +31,7 @@ env = environ.FileAwareEnv(
NEODB_SITE_NAME=(str),
NEODB_SITE_DOMAIN=(str),
NEODB_SITE_LOGO=(str, "/s/img/logo.svg"),
- NEODB_SITE_ICON=(str, "/s/img/logo.svg"),
+ NEODB_SITE_ICON=(str, "/s/img/icon.png"),
NEODB_USER_ICON=(str, "/s/img/avatar.svg"),
NEODB_SITE_INTRO=(str, ""),
NEODB_SITE_HEAD=(str, ""),
diff --git a/common/static/img/logo-icon.png b/common/static/img/icon.png
similarity index 100%
rename from common/static/img/logo-icon.png
rename to common/static/img/icon.png
diff --git a/common/templates/common_libs.html b/common/templates/common_libs.html
index 13751444..adda1f25 100644
--- a/common/templates/common_libs.html
+++ b/common/templates/common_libs.html
@@ -48,7 +48,7 @@
})();
-
+
{% if request.META.HTTP_HOST == site_domain %}