diff --git a/themes/wporg-5ftf-2024/src/pledge-contributors/render.php b/themes/wporg-5ftf-2024/src/pledge-contributors/render.php index 6d19d50..5d1afa1 100644 --- a/themes/wporg-5ftf-2024/src/pledge-contributors/render.php +++ b/themes/wporg-5ftf-2024/src/pledge-contributors/render.php @@ -17,12 +17,12 @@ $is_truncated = isset( $attributes['className'] ) && str_contains( $attributes[' $count_more = 0; // Set avatar size at smallest usage in px. -$avatar_size = 30; +$avatar_size = 70; if ( $is_truncated ) { $count_more = count( $contributors ) - TRUNCATED_MAX; $contributors = array_splice( $contributors, 0, TRUNCATED_MAX ); - $avatar_size = 70; + $avatar_size = 30; } ?>