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:
Ole-Morten Duesund 2025-08-18 20:56:49 +02:00
commit cb7c456a8f
3 changed files with 0 additions and 60 deletions

View file

@ -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>