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