diff options
Diffstat (limited to 'src/main/resources/templates/configs')
| -rw-r--r-- | src/main/resources/templates/configs/tokens.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/configs/tokens.html b/src/main/resources/templates/configs/tokens.html index e707fbf..15c70f0 100644 --- a/src/main/resources/templates/configs/tokens.html +++ b/src/main/resources/templates/configs/tokens.html @@ -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> |
