fix: minor UI issues

This commit is contained in:
Jannat Patel
2024-06-26 14:25:16 +05:30
parent daa42f146d
commit 55170361c1
5 changed files with 13 additions and 16 deletions

View File

@@ -8,9 +8,7 @@
{{ __('Write a Review') }}
</Button>
<div class="flex items-center font-semibold text-2xl">
<Star class="h-6 w-6 stroke-1 text-gray-50 fill-orange-500 mr-1" />
{{ avg_rating }} {{ __('ratings and ') }} {{ reviews.data.length }}
{{ __('reviews') }}
{{ __('Student Reviews') }}
</div>
<div class="grid gap-8 mt-10">
<div v-for="(review, index) in reviews.data">