fix(magic): use solid heroicon for star rating
This commit is contained in:
parent
298a0089bb
commit
2f1d5ec83c
@ -3,7 +3,7 @@
|
|||||||
<UIcon
|
<UIcon
|
||||||
v-for="(star, i) in stars"
|
v-for="(star, i) in stars"
|
||||||
:key="i"
|
:key="i"
|
||||||
name="i-heroicons-star"
|
name="i-heroicons-star-20-solid"
|
||||||
class="w-4 h-4"
|
class="w-4 h-4"
|
||||||
:class="star ? 'text-amber-400' : 'text-gray-200'"
|
:class="star ? 'text-amber-400' : 'text-gray-200'"
|
||||||
/>
|
/>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user