Fix the issue 241 (#242)

* Fix the issue 241

https://github.com/WordPress/five-for-the-future/issues/241

* Remove whitespace.
This commit is contained in:
Dhrumil Kumbhani 2023-12-01 15:51:51 +05:30 committed by GitHub
parent 150ff26287
commit d96a9ff931
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -281,6 +281,10 @@ function get_badge_classes( $team ) {
$classes = array( 'badge-openverse', 'dashicons-search' );
break;
case 'plugin review team':
$classes = array( 'badge-plugins-reviewer', 'dashicons-admin-plugins' );
break;
case 'photos team':
$classes = array( 'badge-photos', 'dashicons-camera' );
break;