From 35b7566992095119d8bdeee6e2d00a6cefeeda2e Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Fri, 30 May 2025 14:15:01 +0100 Subject: [PATCH] Update xprofile.php (#343) Corrects class for peformance badge. Fixes #341 --- plugins/wporg-5ftf/includes/xprofile.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/wporg-5ftf/includes/xprofile.php b/plugins/wporg-5ftf/includes/xprofile.php index 9c9368e..920ac19 100644 --- a/plugins/wporg-5ftf/includes/xprofile.php +++ b/plugins/wporg-5ftf/includes/xprofile.php @@ -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':