fix: rating input style on course details page

This commit is contained in:
Jannat Patel
2025-05-21 16:28:04 +05:30
parent 3db11b9372
commit 6d4c72ea5e
5 changed files with 15 additions and 21 deletions

View File

@@ -138,7 +138,7 @@
</span>
</div>
</div>
<div v-if="batch.data?.start_date <= dayjs().format('YYYY-MM-DD')">
<div v-if="dayjs().isSameOrAfter(dayjs(batch.data.start_date))">
<div class="text-ink-gray-7 font-semibold mb-2">
{{ __('Feedback') }}
</div>

View File

@@ -20,7 +20,7 @@
:text="__('Average Rating')"
class="flex items-center"
>
<Star class="h-5 w-5 text-gray-100 fill-orange-500" />
<Star class="size-4 text-transparent fill-yellow-500" />
<span class="ml-1 text-ink-gray-7">
{{ course.data.rating }}
</span>