Skip to content

Commit 22b09fc

Browse files
committed
refactor: update icon for Avg. Rating in stat cards
1 parent 235aad6 commit 22b09fc

File tree

1 file changed

+1
-1
lines changed
  • templates/demo-components/dashboard/pages/instructor

1 file changed

+1
-1
lines changed

templates/demo-components/dashboard/pages/instructor/home.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ function ( $carry, $section ) {
9797
array(
9898
'variation' => 'exception4',
9999
'title' => esc_html__( 'Avg. Rating', 'tutor' ),
100-
'icon' => Icon::STAR_2,
100+
'icon' => Icon::STAR_LINE,
101101
'value' => '4.2',
102102
'change' => '+2',
103103
'data' => array( 4.5, 4.2, 3, 3, 2.8, 2, 4.5, 4.2, 3, 2, 1, 0 ),

0 commit comments

Comments
 (0)