+
);
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}
-
-
+
+
{state.label ?? "nominal"}
-
+