refactor: Removed word "Send" to save space on the button

This commit is contained in:
MarekWo
2025-12-21 21:14:54 +01:00
parent e879fec918
commit 5bdeb46418
+1 -1
View File
@@ -80,7 +80,7 @@
<i class="bi bi-emoji-smile"></i>
</button>
<button type="submit" class="btn btn-primary px-4" id="sendBtn">
<i class="bi bi-send"></i> Send
<i class="bi bi-send"></i>
</button>
</div>
<!-- Emoji picker popup (hidden by default) -->