Use consistent icon classes
This commit is contained in:
@@ -80,7 +80,7 @@
|
||||
.sp-icon-ticket:before {
|
||||
content: "\f524";
|
||||
}
|
||||
.sp-icon-trophy:before {
|
||||
.sp-icon-tournament:before {
|
||||
content: "\f325";
|
||||
}
|
||||
.sp-icon-chart:before {
|
||||
|
||||
@@ -31,7 +31,7 @@ class SP_Modules {
|
||||
'tournaments' => array(
|
||||
'label' => __( 'Tournaments', 'sportspress' ),
|
||||
'class' => 'SportsPress_Tournaments',
|
||||
'icon' => 'sp-icon-trophy',
|
||||
'icon' => 'sp-icon-tournament',
|
||||
),
|
||||
),
|
||||
'team' => array(
|
||||
|
||||
Reference in New Issue
Block a user