diff --git a/app/components/header.hbs b/app/components/header.hbs index 9c1368d7761..ccf0a2f9afc 100644 --- a/app/components/header.hbs +++ b/app/components/header.hbs @@ -21,15 +21,32 @@ {{#if this.session.currentUser}} + {{#if this.session.isSudoEnabled}} +
🧙
+ {{/if}} {{ this.session.currentUser.name }}
- - Dashboard - Account Settings - Owner Invites - + + Dashboard + Account Settings + Owner Invites + {{#if this.session.isAdmin}} + + {{#if this.session.isSudoEnabled}} + + {{else}} + + {{/if}} + + {{/if}} + + + +