Skip to content

Commit 6e0a64a

Browse files
committed
Fix rating icons.
1 parent 13ff770 commit 6e0a64a

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

src/pages/admin/ui/rating/Rating.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@
6565
<va-card-content>
6666
<va-rating
6767
color="warning"
68-
emptyIcon="star_empty"
6968
halves
7069
v-model="value"
7170
/>

src/services/vuestic-ui/icons-config/aliases.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,6 @@ export default [
147147
"name": "search",
148148
"to": "fa4-search"
149149
},
150-
{
151-
"name": "star",
152-
"to": "fa4-star"
153-
},
154-
{
155-
"name": "star_empty",
156-
"to": "fa4-star-empty"
157-
},
158150
{
159151
"name": "trash",
160152
"to": "fa4-trash"

0 commit comments

Comments
 (0)