Use beep-wordmark.png (bird+text) for header logo, beep-icon.png for post badges
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 54 KiB |
@@ -7,7 +7,7 @@ if (!defined('ABSPATH')) {
|
||||
* Wordmark (bird + "Beep!") shown at the top of the feed.
|
||||
*/
|
||||
function beep_logo_svg() {
|
||||
$src = esc_url(BEEP_URL . 'assets/beep-logo.png');
|
||||
$src = esc_url(BEEP_URL . 'assets/beep-wordmark.png');
|
||||
return '<img class="beep-logo" src="' . $src . '" alt="Beep">';
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user