📝 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"
>
<p>
Are you sure you want to clear the stored API key? You'll need to
enter it again to use the tournament tools.
Are you sure you want to clear the stored API key? You'll need to enter
it again to use the tournament tools.
</p>
<template #footer>
<button @click="showDeleteConfirm = false" class="btn btn-secondary">
Cancel
</button>
<button @click="handleDeleteKey" class="btn btn-danger">
Delete
</button>
<button @click="handleDeleteKey" class="btn btn-danger">Delete</button>
</template>
</BaseModal>
<!-- Challonge API Key Guide Modal -->