mirror of
https://github.com/WordPress/five-for-the-future.git
synced 2025-07-01 08:41:18 +03:00
Update xprofile.php (#343)
Corrects class for peformance badge. Fixes #341
This commit is contained in:
parent
6c9328d296
commit
35b7566992
|
@ -516,7 +516,7 @@ function get_association_classes( $team ) {
|
|||
case 'core-performance-team':
|
||||
case 'performance-team':
|
||||
// Logo defined as SVG in CSS.
|
||||
$classes = array( 'badge-performance-team' );
|
||||
$classes = array( 'badge-performance-contributor' );
|
||||
break;
|
||||
|
||||
case 'core-performance-contributor':
|
||||
|
|
Loading…
Reference in a new issue