fix: align Mol explorer primary metrics
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 13:27:28 +02:00
parent 2958c25b6f
commit b999c54e22
3 changed files with 42 additions and 20 deletions
+2 -2
View File
@@ -735,7 +735,7 @@ function App(): JSX.Element {
</aside>
<main className="workbench-main" id="workspace-main" tabIndex={-1}>
<div className="workspace-heading">
{activeWorkspace !== 'map' ? <div className="workspace-heading">
<div className="workspace-heading-copy">
<p className="eyebrow">{selectedProject?.region ?? 'Mol, Kempen'}</p>
<h2>{activeWorkspaceItem.label}</h2>
@@ -754,7 +754,7 @@ function App(): JSX.Element {
</button>
) : null}
</div>
</div>
</div> : null}
<div className="workspace-command-bar" aria-label="Workspace shortcuts">
<div className="workspace-nav-cluster">
{workspaceNavItems.slice(0, 5).map((item) => (