From 5af720a16aedce7f6580c03c678b7747063556cf Mon Sep 17 00:00:00 2001 From: Potenz Date: Thu, 11 Sep 2025 00:58:13 +0530 Subject: [PATCH] feat(UI fix) - topbar link added to text --- .../src/components/layout/top-app-bar.tsx | 42 ++++++++++--------- 1 file changed, 22 insertions(+), 20 deletions(-) diff --git a/apps/Frontend/src/components/layout/top-app-bar.tsx b/apps/Frontend/src/components/layout/top-app-bar.tsx index 5c15fe7..b5e9754 100644 --- a/apps/Frontend/src/components/layout/top-app-bar.tsx +++ b/apps/Frontend/src/components/layout/top-app-bar.tsx @@ -8,7 +8,7 @@ import { DropdownMenuSeparator, DropdownMenuTrigger, } from "@/components/ui/dropdown-menu"; -import { useLocation } from "wouter"; +import { Link, useLocation } from "wouter"; import { NotificationsBell } from "@/components/layout/notification-bell"; import { SidebarTrigger } from "@/components/ui/sidebar"; @@ -27,26 +27,28 @@ export function TopAppBar() { {/* both desktop + mobile triggers */} -
- - - - - + +
+ + + + + -

- My Dental Office Management -

-
+

+ My Dental Office Management +

+
+