UI and icon fixes

This commit is contained in:
biglyderv 2025-02-27 11:51:22 -05:00
parent b66c5e3c47
commit 845b0cc954
Signed by: biglyderv
GPG key ID: 0E2EB0B4CD7397B5
6 changed files with 135 additions and 5 deletions

View file

@ -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) {