From 915f269419fe29e6deb1a7cceed19ab1c0c25dc2 Mon Sep 17 00:00:00 2001 From: Paul Kevan <2290623+pkevan@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:54:30 +0100 Subject: [PATCH] Update functions.php remove whitespace --- themes/wporg-5ftf/functions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/themes/wporg-5ftf/functions.php b/themes/wporg-5ftf/functions.php index abbb3e6..0d6ae61 100644 --- a/themes/wporg-5ftf/functions.php +++ b/themes/wporg-5ftf/functions.php @@ -296,11 +296,11 @@ function get_badge_classes( $team ) { case 'support team': $classes = array( 'badge-support', 'dashicons-format-chat' ); break; - + case 'sustainability team': $classes = array( 'badge-meta', 'dashicons-admin-site-alt3' ); break; - + case 'test team': $classes = array( 'badge-test-team', 'dashicons-desktop' ); break;