Skip to content

Commit

Permalink
Archivo: Remove hard-coded link (#7495)
Browse files Browse the repository at this point in the history
  • Loading branch information
iamtakashi authored Nov 17, 2023
1 parent d2ec858 commit 4c30b70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archivo/patterns/cart.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
<!-- /wp:heading -->

<!-- wp:paragraph {"align":"center"} -->
<p class="has-text-align-center"><a href="http://localhost.local/shop/"><?php echo esc_html__( 'Browse store', 'archivo' ); ?></a></p>
<p class="has-text-align-center"><a href="#"><?php echo esc_html__( 'Browse store', 'archivo' ); ?></a></p>
<!-- /wp:paragraph -->

<!-- wp:separator {"className":"is-style-dots"} -->
Expand Down

0 comments on commit 4c30b70

Please sign in to comment.