Skip to content

Commit

Permalink
Remove double slash in icons src
Browse files Browse the repository at this point in the history
  • Loading branch information
Dinamiko committed Aug 3, 2021
1 parent a123a63 commit 00cc013
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ public function get_icon() {
function ( string $type ) use ( $title_options ): string {
return '<img
title="' . esc_attr( $title_options[ $type ] ) . '"
src="' . esc_url( $this->module_url ) . '/assets/images/' . esc_attr( $type ) . '.svg"
src="' . esc_url( $this->module_url ) . 'assets/images/' . esc_attr( $type ) . '.svg"
class="ppcp-card-icon"
> ';
},
Expand Down

0 comments on commit 00cc013

Please sign in to comment.