badge classes updated from badge-... to bg-...

This commit is contained in:
2021-07-05 12:29:52 +02:00
parent d016f9be86
commit a44b26da6c
19 changed files with 32 additions and 32 deletions

View File

@@ -20,13 +20,13 @@
<teleport to="#header-accompanying_course-name #banner-status">
<div v-if="accompanyingCourse.step === 'DRAFT'">
<span class="badge badge-secondary">
<span class="badge bg-secondary">
{{ $t('course.step.draft') }}
</span>
</div>
<div v-else>
<div>
<span class="badge badge-primary">
<span class="badge bg-primary">
{{ $t('course.step.active') }}
</span>
</div>