From ce2b3ba8c9318daef4ac42c4522a7c52bcbc1be6 Mon Sep 17 00:00:00 2001 From: "kham.vilaythong" Date: Sun, 17 May 2026 13:07:11 +1000 Subject: [PATCH] add toolbar layout on the left when mobile on below image and text --- UI/src/app/toolbar/toolbar.component.html | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/UI/src/app/toolbar/toolbar.component.html b/UI/src/app/toolbar/toolbar.component.html index b91ec95..9ad6731 100644 --- a/UI/src/app/toolbar/toolbar.component.html +++ b/UI/src/app/toolbar/toolbar.component.html @@ -1,17 +1,15 @@ -@if (currentUserS() && isAuth) +@if (currentUserS() && isAuth == true) {
Banner
+
- - - - +
+ + + + + } \ No newline at end of file