Skip to content

Commit 57b7477

Browse files
committed
fix dashboard
1 parent 8fd28ae commit 57b7477

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mixins/header.pug

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ mixin header(user)
1111
a(href=`/subs?${viewQuery}`) subs
1212
if user
1313
div.header-item
14-
a(href=`/dashboard${viewQuery}`) #{user.username}
14+
a(href=`/dashboard?${viewQuery}`) #{user.username}
1515
| 
1616
a(href='/logout') (logout)
1717
else

0 commit comments

Comments
 (0)