diff --git a/themes/wporg-5ftf/functions.php b/themes/wporg-5ftf/functions.php index ea942c7..b04c9fe 100644 --- a/themes/wporg-5ftf/functions.php +++ b/themes/wporg-5ftf/functions.php @@ -284,7 +284,7 @@ function get_badge_classes( $team ) { case 'plugin review team': $classes = array( 'badge-plugins-reviewer', 'dashicons-admin-plugins' ); break; - + case 'photos team': $classes = array( 'badge-photos', 'dashicons-camera' ); break;