From 697157d2e824b8aeae99024b497e90e00b7562da Mon Sep 17 00:00:00 2001 From: Nima Behforouz Date: Thu, 13 Aug 2026 15:49:43 -0400 Subject: [PATCH] =?UTF-8?q?Correction=20du=20header=20du=20th=C3=A8me=20'd?= =?UTF-8?q?iame'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/themes/diame/app/header/header.component.html | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/themes/diame/app/header/header.component.html b/src/themes/diame/app/header/header.component.html index 5dcfa7d28e0..f7259109d57 100644 --- a/src/themes/diame/app/header/header.component.html +++ b/src/themes/diame/app/header/header.component.html @@ -91,6 +91,12 @@ id="header-right" class="h-100 d-flex flex-row flex-nowrap justify-content-end align-items-center gapx-1 ms-auto" > + @if ((isMobile$ | async) !== true) { + + } + @if (isAuthenticated | async) { + + }