diff --git a/services/frontend/src/app/(dashboard)/dashboard/view.tsx b/services/frontend/src/app/(dashboard)/dashboard/view.tsx index 45375e4..a10eed3 100644 --- a/services/frontend/src/app/(dashboard)/dashboard/view.tsx +++ b/services/frontend/src/app/(dashboard)/dashboard/view.tsx @@ -155,7 +155,7 @@ export function DashboardView({ 100; return (
- + {c.channel_name ?? c.channel_id.slice(0, 8)}
diff --git a/services/frontend/src/app/(dashboard)/messages/view.tsx b/services/frontend/src/app/(dashboard)/messages/view.tsx index e9cab1b..e7d5e45 100644 --- a/services/frontend/src/app/(dashboard)/messages/view.tsx +++ b/services/frontend/src/app/(dashboard)/messages/view.tsx @@ -131,7 +131,7 @@ export function MessagesView({ setLoadedPages(0); }} /> -
+
+
); diff --git a/services/frontend/src/components/shared/section.tsx b/services/frontend/src/components/shared/section.tsx index 1c5c9de..771fa70 100644 --- a/services/frontend/src/components/shared/section.tsx +++ b/services/frontend/src/components/shared/section.tsx @@ -12,12 +12,12 @@ export function SectionHeader({ className?: string; }) { return ( -
+
{eyebrow &&
{eyebrow}
}

{title}

- {action} + {action &&
{action}
}
); } diff --git a/services/frontend/src/components/shell/ambient-app.tsx b/services/frontend/src/components/shell/ambient-app.tsx index d2e4b3a..841bc3b 100644 --- a/services/frontend/src/components/shell/ambient-app.tsx +++ b/services/frontend/src/components/shell/ambient-app.tsx @@ -12,7 +12,7 @@ export function AppFrame({ children }: { children: React.ReactNode }) {
-
+
{children}
diff --git a/services/frontend/src/components/shell/topbar.tsx b/services/frontend/src/components/shell/topbar.tsx index caccf90..542bd61 100644 --- a/services/frontend/src/components/shell/topbar.tsx +++ b/services/frontend/src/components/shell/topbar.tsx @@ -32,20 +32,20 @@ export function TopBar() { : "text-signal"; return ( -
-
- GMW -

{label}

+
+
+ GMW +

{label}

-
- +
+