From e6ccec59a0a62c3fc64b6769f433725adec299df Mon Sep 17 00:00:00 2001 From: tali-creator Date: Fri, 3 Oct 2025 12:38:28 +0100 Subject: [PATCH] fix: build issues --- components/dashboard/top-nav.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/dashboard/top-nav.tsx b/components/dashboard/top-nav.tsx index 91e04f7..f1883ff 100644 --- a/components/dashboard/top-nav.tsx +++ b/components/dashboard/top-nav.tsx @@ -38,7 +38,7 @@ export function TopNav({ tabTitle, setTab }: DashboardHeaderProps) {
{/* Actions */} -
{tabTitle }
+
{tabTitle }
{/* Desktop search */}