Skip to content
Snippets Groups Projects
Commit a2ba5884 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

chore: TMP change header color + text to mark test version

parent 72c6d087
Branches
Tags
No related merge requests found
...@@ -100,7 +100,7 @@ ...@@ -100,7 +100,7 @@
return ""; return "";
}, },
setHeaderTitle: function (headerTitle) { setHeaderTitle: function (headerTitle) {
document.getElementById("appHeader").innerHTML = headerTitle; document.getElementById("appHeader").innerHTML = "TEST " + headerTitle;
}, },
getSystemLocale: function() { getSystemLocale: function() {
return "nb"; return "nb";
......
...@@ -7,7 +7,7 @@ body { ...@@ -7,7 +7,7 @@ body {
} }
.navbar { .navbar {
background-color: #3d8052 !important; background-color: red !important;
} }
.offcanvas-collapse { .offcanvas-collapse {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment