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