We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b809b74 commit 9a23d4dCopy full SHA for 9a23d4d
resources/js/components/icons/StarRow.vue
@@ -30,7 +30,8 @@
30
<i
31
:class="{
32
absolute: true,
33
- 'pi pi-star-fill text-amber-500': index <= Math.floor(props.rating) || (index === Math.ceil(props.rating) && props.rating % 1 >= 0.75),
+ 'pi pi-star-fill text-amber-500':
34
+ index <= Math.floor(props.rating) || (index === Math.ceil(props.rating) && props.rating % 1 >= 0.75),
35
'text-xs': props.size === 'small',
36
'text-lg': props.size === 'medium',
37
'text-xl': props.size === 'large',
0 commit comments