Update xprofile.php

Corrects class for peformance badge.

Fixes #341
This commit is contained in:
Paul Kevan 2025-05-30 12:12:07 +01:00 committed by GitHub
parent 6c9328d296
commit cc88067270
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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':