mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 07:03:49 +00:00
fix buttons classes
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<p>{{ $t('confirm.sure_description') }}</p>
|
||||
</template>
|
||||
<template v-slot:footer>
|
||||
<button class="btn bg-red" @click="confirmCourse">
|
||||
<button class="btn btn-danger" @click="confirmCourse">
|
||||
{{ $t('confirm.ok') }}
|
||||
</button>
|
||||
</template>
|
||||
|
Reference in New Issue
Block a user