diff --git a/app/views/components/navbar.pug b/app/views/components/navbar.pug index b5a358c..5473224 100644 --- a/app/views/components/navbar.pug +++ b/app/views/components/navbar.pug @@ -9,9 +9,10 @@ nav(style="background: #000000;").uk-navbar-container.uk-light li a(href="/", aria-label="Back to Home").uk-navbar-item .uk-text-bold.no-select Home - li - a(href="/client", aria-label="Manage your clients").uk-navbar-item - .uk-text-bold.no-select Clients + if user + li + a(href="/client", aria-label="Manage your clients").uk-navbar-item + .uk-text-bold.no-select Clients .uk-navbar-right if !user diff --git a/config/reserved-names.js b/config/reserved-names.js index a4e28de..b0cdb99 100644 --- a/config/reserved-names.js +++ b/config/reserved-names.js @@ -6,16 +6,15 @@ export default [ 'admin', - 'announcement', 'auth', - 'category', - 'comment', - 'community', - 'dashboard', + 'client', 'email', 'image', 'manifest', + 'report', + 'task', 'user', + 'video', 'welcome', 'digitaltelepresence', 'dtp',