Remove unused workspace-header from MainLayout
Build CutList image / build-and-push (push) Successful in 22s

It was static markup (fixed "Cut planning workspace" / "Ready to plan"
text) that never varied by page or state, so it was pure dead weight.
This commit is contained in:
aj
2026-08-03 07:53:15 -04:00
parent 5409479e00
commit 9b1564451d
3 changed files with 2 additions and 17 deletions
@@ -6,10 +6,6 @@
</div>
<main>
<header class="workspace-header print-screen-only">
<div class="workspace-context"><span class="workspace-eyebrow">Cut planning workspace</span></div>
<div class="workspace-status"><span class="status-dot"></span>Ready to plan</div>
</header>
<article class="content">
@Body
</article>