UI and icon fixes
This commit is contained in:
parent
b66c5e3c47
commit
845b0cc954
6 changed files with 135 additions and 5 deletions
|
@ -78,7 +78,8 @@ function initr(req, res, next) {
|
|||
let headerCtx = [
|
||||
{ link: '/walls/get/hub/main/0', icon: '/icon.svg', name: 'DervNet' },
|
||||
{ link: '/walls/list', icon: '/walls.svg', name: 'Explore' },
|
||||
{ link: '/you/logout', icon: '/logout.svg', name: 'Leave' } // fix icon
|
||||
{ link: '/users/' + (res.auth ? res.auth.username : ''), icon: '/login.svg', name: 'You' },
|
||||
{ link: '/you/logout', icon: '/logout.svg', name: 'Leave' }
|
||||
];
|
||||
|
||||
if (!res.auth || !res.auth.valid) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue