Update index.html

This commit is contained in:
ErikrafT 2025-04-15 16:48:47 -03:00 committed by GitHub
parent dc45865263
commit afc44f2a79
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 15 additions and 2 deletions

View File

@ -653,8 +653,21 @@
</div>
</div>
<div class="btn-row row-reverse wrap">
<button class="btn btn-rounded btn-grey" type="submit" title="CTRL/⌘ + ENTER" data-i18n-key="dialogs.send" data-i18n-attrs="text" disabled></button>
<button class="btn btn-rounded btn-grey" type="button" title="ESCAPE" data-i18n-key="dialogs.cancel" data-i18n-attrs="text" close></button>
<button
class="btn btn-rounded btn-grey"
type="submit"
title="CTRL/⌘ + ENTER"
data-i18n-key="dialogs.send"
data-i18n-attrs="text"
disabled>
<lord-icon
src="https://cdn.lordicon.com/lomfljuq.json"
trigger="click"
style="width:250px;height:250px">
</lord-icon>
</button> <button class="btn btn-rounded btn-grey" type="button" title="ESCAPE" data-i18n-key="dialogs.cancel" data-i18n-attrs="text" close></button>
</div>
</x-paper>
</x-background>