We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fd28ae commit 57b7477Copy full SHA for 57b7477
src/mixins/header.pug
@@ -11,7 +11,7 @@ mixin header(user)
11
a(href=`/subs?${viewQuery}`) subs
12
if user
13
div.header-item
14
- a(href=`/dashboard${viewQuery}`) #{user.username}
+ a(href=`/dashboard?${viewQuery}`) #{user.username}
15
|
16
a(href='/logout') (logout)
17
else
0 commit comments