fix(magic): use solid heroicon for star rating

This commit is contained in:
chahinebrini 2026-06-16 20:55:25 +02:00
parent 298a0089bb
commit 2f1d5ec83c

View File

@ -3,7 +3,7 @@
<UIcon
v-for="(star, i) in stars"
:key="i"
name="i-heroicons-star"
name="i-heroicons-star-20-solid"
class="w-4 h-4"
:class="star ? 'text-amber-400' : 'text-gray-200'"
/>