📝 Simplify modal text formatting and button layout in API key manager
This commit is contained in:
@@ -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 -->
|
||||
|
||||
Reference in New Issue
Block a user