📝 Simplify modal text formatting and button layout in API key manager

This commit is contained in:
2026-01-28 22:42:11 +00:00
parent b07f1fd61a
commit c87d494eee

View File

@@ -138,16 +138,14 @@
:close-on-overlay="true" :close-on-overlay="true"
> >
<p> <p>
Are you sure you want to clear the stored API key? You'll need to Are you sure you want to clear the stored API key? You'll need to enter
enter it again to use the tournament tools. it again to use the tournament tools.
</p> </p>
<template #footer> <template #footer>
<button @click="showDeleteConfirm = false" class="btn btn-secondary"> <button @click="showDeleteConfirm = false" class="btn btn-secondary">
Cancel Cancel
</button> </button>
<button @click="handleDeleteKey" class="btn btn-danger"> <button @click="handleDeleteKey" class="btn btn-danger">Delete</button>
Delete
</button>
</template> </template>
</BaseModal> </BaseModal>
<!-- Challonge API Key Guide Modal --> <!-- Challonge API Key Guide Modal -->