diff --git a/src/components/CommonUtil.vue b/src/components/CommonUtil.vue
index e3cd05adc37cb18fc9a46d493dfd4d244866cfb3..a458c46f9b75f821316ca79a16081282983b8ba1 100644
--- a/src/components/CommonUtil.vue
+++ b/src/components/CommonUtil.vue
@@ -100,7 +100,7 @@
return "";
},
setHeaderTitle: function (headerTitle) {
- document.getElementById("appHeader").innerHTML = headerTitle;
+ document.getElementById("appHeader").innerHTML = "TEST " + headerTitle;
},
getSystemLocale: function() {
return "nb";
diff --git a/static/css/vipsobsapp.css b/static/css/vipsobsapp.css
index af1414db8f226225634f7311951f14b9e4369850..78520fde819939d3026a78baadaffb44bf81b910 100644
--- a/static/css/vipsobsapp.css
+++ b/static/css/vipsobsapp.css
@@ -7,7 +7,7 @@ body {
}
.navbar {
- background-color: #3d8052 !important;
+ background-color: red !important;
}
.offcanvas-collapse {