Skip to content

Commit

Permalink
Merge branch 'oppiliappan:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
voc0der authored Jan 30, 2025
2 parents a7db4f5 + 57b7477 commit 9eda4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mixins/header.pug
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mixin header(user)
a(href=`/subs?${viewQuery}`) subs
if user
div.header-item
a(href=`/dashboard${viewQuery}`) #{user.username}
a(href=`/dashboard?${viewQuery}`) #{user.username}
| 
a(href='/logout') (logout)
else
Expand Down

0 comments on commit 9eda4f5

Please sign in to comment.