Skip to content

Commit

Permalink
Update projects/plugins/wpcomsh/logo-tool/js/customizer.js
Browse files Browse the repository at this point in the history
Co-authored-by: Brad Jorsch <[email protected]>
  • Loading branch information
zinigor and anomiex authored Jun 11, 2024
1 parent ce4e1e9 commit 3148c75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/plugins/wpcomsh/logo-tool/js/customizer.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
});

function insertLogoButton( id ) {
var button = $( '<a class="button create-logo-button" target="_blank" href="logo-maker-p2" />' ).text( LogoTool.l10n.create );
var button = $( '<a class="button create-logo-button" target="_blank" href="https://wp.me/logo-maker" />' ).text( LogoTool.l10n.create );

// Timeout lets us render after the core control finishes.
setTimeout( function(){
Expand Down

0 comments on commit 3148c75

Please sign in to comment.