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

chore: Remove red test header

parent 3b30cb4a
No related branches found
No related tags found
No related merge requests found
...@@ -113,8 +113,7 @@ ...@@ -113,8 +113,7 @@
return ""; return "";
}, },
setHeaderTitle: function (headerTitle) { setHeaderTitle: function (headerTitle) {
const title = "TEST " + headerTitle; document.getElementById("appHeader").innerHTML = headerTitle;
document.getElementById("appHeader").innerHTML = title.length > 15 ? title.substring(0, 15) + "..." : title;
}, },
getSystemLocale: function() { getSystemLocale: function() {
return "nb"; return "nb";
......
...@@ -7,7 +7,7 @@ body { ...@@ -7,7 +7,7 @@ body {
} }
.navbar { .navbar {
background-color: red !important; background-color: #3d8052 !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