diff --git a/assets/beep-wordmark-blue.png b/assets/beep-wordmark-blue.png
index 1eb721d..7facde2 100644
Binary files a/assets/beep-wordmark-blue.png and b/assets/beep-wordmark-blue.png differ
diff --git a/assets/beep-wordmark.png b/assets/beep-wordmark.png
index 018edcd..7facde2 100755
Binary files a/assets/beep-wordmark.png and b/assets/beep-wordmark.png differ
diff --git a/beep.php b/beep.php
index ee08778..c3243e7 100755
--- a/beep.php
+++ b/beep.php
@@ -2,7 +2,7 @@
/**
* Plugin Name: Beep
* Description: A Twitter-style microblog for WordPress, with likes, replies, and Gravatars. Use the [beep_feed] shortcode on any page.
- * Version: 1.7.2
+ * Version: 1.7.3
* Requires at least: 6.0
* Requires PHP: 7.4
* Author: Sami Ahmed
@@ -14,7 +14,7 @@ if (!defined('ABSPATH')) {
exit;
}
-define('BEEP_VERSION', '1.7.2');
+define('BEEP_VERSION', '1.7.3');
define('BEEP_FILE', __FILE__);
define('BEEP_DIR', plugin_dir_path(__FILE__));
define('BEEP_URL', plugin_dir_url(__FILE__));
diff --git a/includes/helpers.php b/includes/helpers.php
index 00289db..08e83aa 100755
--- a/includes/helpers.php
+++ b/includes/helpers.php
@@ -59,9 +59,9 @@ function beep_logo_svg() {
*
* Rendered as a crisp inline SVG recreation of the 3D extruded brand logo —
* a blue-violet face with a darker-blue depth and navy outline. Stays sharp at
- * any size and ships as ~1KB of markup (no image request). The bundled
- * beep-wordmark.png assets are corrupted, which is why we draw it as vector.
- * To swap in a real image once you have a clean asset, hook the filter:
+ * any size and ships as ~1KB of markup (no image request). The matching raster
+ * version lives at assets/beep-wordmark.png (used in the feed header).
+ * To swap in the PNG here instead, hook the filter:
* add_filter('beep_post_wordmark', fn() => '');
*/
function beep_post_wordmark() {
@@ -74,7 +74,7 @@ function beep_post_wordmark() {
$extrude .= 'Beep!';
}
- $svg = '