Merge branch 'master' into localization/german

This commit is contained in:
Wingy 2021-12-06 13:55:36 -05:00 committed by GitHub
commit 290236fbea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "christmas-community", "name": "christmas-community",
"version": "1.28.0", "version": "1.28.1",
"description": "Christmas lists for communities", "description": "Christmas lists for communities",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {

View file

@ -23,7 +23,7 @@ nav.navbar.is-fixed-top(role='navigation', aria-label='main navigation',style='b
if req.isAuthenticated() if req.isAuthenticated()
if req.user._id === 'Unknown' if req.user._id === 'Unknown'
.navbar-item .navbar-item
a.button.is-primary(href='/login')= lang('NAVBAR_') a.button.is-primary(href='/login')= lang('NAVBAR_LOGIN')
else else
.navbar-item.has-dropdown.is-hoverable .navbar-item.has-dropdown.is-hoverable
a.navbar-link= req.user._id a.navbar-link= req.user._id