Link site name to dashboard

Enables closing of details pane
This commit is contained in:
2019-07-11 10:02:50 +02:00
parent 8bd7a77d44
commit 0bbca079c5
2 changed files with 6 additions and 1 deletions
+5
View File
@@ -13,6 +13,11 @@
h1 { h1 {
display: inline-block; display: inline-block;
text-transform: uppercase; text-transform: uppercase;
a {
color: inherit;
text-decoration: none;
}
} }
section#user-account { section#user-account {
+1 -1
View File
@@ -1,5 +1,5 @@
<header id="topbar"> <header id="topbar">
<h1>Kosmos Kredits</h1> <h1>{{link-to "Kosmos Kredits" "dashboard"}}</h1>
<section id="user-account"> <section id="user-account">
{{#if kredits.hasAccounts }} {{#if kredits.hasAccounts }}