Remove unused workspace-header from MainLayout
Build CutList image / build-and-push (push) Successful in 22s
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user