Use consistent icon classes

This commit is contained in:
Brian Miyaji
2015-01-22 10:02:10 +11:00
parent 1936387bd9
commit e493083298
2 changed files with 2 additions and 2 deletions

View File

@@ -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 {

View File

@@ -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(