Remove clear button to simplify UI
The clear button was unnecessary clutter - users can simply select and delete text in the input field if they want to clear it. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
41198a55ec
commit
cb7c456a8f
3 changed files with 0 additions and 60 deletions
|
|
@ -65,8 +65,6 @@
|
|||
></textarea>
|
||||
<div id="copyNotification" class="copy-notification">Copied!</div>
|
||||
</div>
|
||||
|
||||
<button id="clearBtn" class="clear-btn">Clear All</button>
|
||||
</main>
|
||||
|
||||
<footer>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue