Index: src/wp-admin/about.php
===================================================================
--- src/wp-admin/about.php	(revision 45286)
+++ src/wp-admin/about.php	(working copy)
@@ -44,7 +44,7 @@
 			<h2><?php _e( 'Keeping Your Site Safe' ); ?></h2>
 			<p class="lead-description"><?php _e( 'WordPress 5.2 gives you even more robust tools for identifying and fixing configuration issues and fatal errors. Whether you are a developer helping clients or you manage your site solo, these tools can help get you the right information when you need it.' ); ?></p>
 			<div class="inline-svg aligncenter">
-				<img src="https://make.wordpress.org/core/files/2019/05/about_maintain-wordpress.png" alt="">
+				<img src="https://s.w.org/images/core/5.2/about_maintain-wordpress-v2.png" alt="">
 			</div>
 		</div>
 
Index: src/wp-admin/css/about.css
===================================================================
--- src/wp-admin/css/about.css	(revision 45286)
+++ src/wp-admin/css/about.css	(working copy)
@@ -52,7 +52,7 @@
 
 .about-wrap .inline-svg img {
 	max-width: 100%;
-	width: 100%;
+	width: auto;
 	height: auto;
 }
 
@@ -343,6 +343,7 @@
 
 .about-wrap .headline-feature img {
 	max-width: 600px;
+	width: 100%;
 }
 
 /* Return to Dashboard Home link */
