1
0
mirror of https://github.com/pcvolkmer/etl-processor.git synced 2025-07-02 22:42:55 +00:00

style: fix some style issued

This commit is contained in:
2024-03-04 13:17:57 +01:00
parent b332f3c5ff
commit b2016df852
5 changed files with 27 additions and 16 deletions

View File

@ -32,7 +32,7 @@
<div class="token-form">
<form th:hx-post="@{/configs/tokens}" hx-target="#tokens">
<input placeholder="Token-Name" name="name" required />
<button>Token Erstellen</button>
<button class="btn">Token Erstellen</button>
</form>
</div>
</div>