feat: submit styling

This commit is contained in:
Reto Aebersold 2024-01-22 09:23:18 +01:00
parent ab033bb0c9
commit e107c32734
1 changed files with 2 additions and 2 deletions

View File

@ -85,13 +85,13 @@ const onSubmitForMentorFeedback = async () => {
</router-link>
</div>
<div
class="flex flex-row items-center space-x-2"
v-if="pc.completion_status == 'SUCCESS'"
class="flex flex-row items-center space-x-2"
>
<it-icon-smiley-happy class="h-6 w-6" />
<span>{{ $t("selfEvaluation.yes") }}</span>
</div>
<div class="flex flex-row items-center space-x-2" v-else>
<div v-else class="flex flex-row items-center space-x-2">
<it-icon-smiley-thinking class="h-6 w-6" />
<span>{{ $t("selfEvaluation.no") }}</span>
</div>