diff --git a/src/app.js b/src/app.js
index 6f55fdc..57f24ba 100644
--- a/src/app.js
+++ b/src/app.js
@@ -66,7 +66,7 @@ class App extends React.Component {
var link = document.createElement('link');
link.id = 'dynamic-favicon';
link.rel = 'shortcut icon'
- link.href = Branding.instance.values.icon;
+ link.href = '/' + Branding.instance.values.icon;
if (oldlink) {
document.head.removeChild(oldlink);
diff --git a/src/branding/brands.js b/src/branding/brands.js
deleted file mode 100644
index 671d068..0000000
--- a/src/branding/brands.js
+++ /dev/null
@@ -1,78 +0,0 @@
-/**
- * This file is part of VILLASweb.
- *
- * VILLASweb is free software: you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation, either version 3 of the License, or
- * (at your option) any later version.
- *
- * VILLASweb is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with VILLASweb. If not, see
Welcome to {title}! diff --git a/src/branding/slew/slew-values.js b/src/branding/slew/slew-values.js index 70f4582..5d38a8d 100644 --- a/src/branding/slew/slew-values.js +++ b/src/branding/slew/slew-values.js @@ -18,8 +18,7 @@ const slew_values = { title: 'SLEW', subtitle: 'Second Life for Energiewende', - logo: "slew-logo.png", - icon: "/slew_icon.png", + icon: "slew-icon-draft.png", pages: { home: true, scenarios: true,