fix: Minor UI improvements to layout and LengthInput

Removes unnecessary top row link and adds default placeholder to
LengthInput component.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-01 23:56:47 -05:00
parent bf6c4764ed
commit 97fa90357b
2 changed files with 2 additions and 6 deletions

View File

@@ -6,10 +6,6 @@
</div>
<main>
<div class="top-row px-4">
<a href="https://github.com/yourusername/cutlist" target="_blank">CutList Web</a>
</div>
<article class="content px-4">
@Body
</article>