Skip to content

Commit

Permalink
use correct logo
Browse files Browse the repository at this point in the history
  • Loading branch information
forgetso committed Mar 28, 2024
1 parent 776fe9a commit 5c8005c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/php/Settings/PluginSettingsBase.php
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ public function setup_fields() {
public function settings_page() {
?>
<img
src="<?php echo esc_url( PROCAPTCHA_URL . '/assets/images/pcaptcha-icon-black-and-white.svg' ); ?>"
src="<?php echo esc_url( PROCAPTCHA_URL . '/assets/images/procaptcha-logo.svg' ); ?>"
alt="procaptcha Logo"
class="procaptcha-logo"
/>
Expand Down

0 comments on commit 5c8005c

Please sign in to comment.