diff --git a/apps/portal-shell/src/app/components/header/header.html b/apps/portal-shell/src/app/components/header/header.html index 7582263..cd54e4a 100644 --- a/apps/portal-shell/src/app/components/header/header.html +++ b/apps/portal-shell/src/app/components/header/header.html @@ -73,11 +73,11 @@ } @case ('authenticated') { @if (authState(); as state) { @if (state.kind === 'authenticated') { diff --git a/libs/shared/ui/src/lib/icon/icon.ts b/libs/shared/ui/src/lib/icon/icon.ts index 7bb2063..51995c5 100644 --- a/libs/shared/ui/src/lib/icon/icon.ts +++ b/libs/shared/ui/src/lib/icon/icon.ts @@ -15,6 +15,7 @@ import { Grid2x2, House, LayoutDashboard, + LogIn, LogOut, type LucideIconData, LucideAngularModule, @@ -67,6 +68,7 @@ const ICON_REGISTRY = { 'grid-2x2': Grid2x2, home: House, 'layout-dashboard': LayoutDashboard, + 'log-in': LogIn, 'log-out': LogOut, mail: Mail, monitor: Monitor,