Add "external" icon to buttons for viewing product in WooCommerce
This commit is contained in:
parent
85869e3aeb
commit
a537386dcf
|
@ -13,7 +13,8 @@
|
|||
% else:
|
||||
disabled title="${woocommerce_store_why_no_url}"
|
||||
% endif
|
||||
>
|
||||
icon-pack="fas"
|
||||
icon-left="fas fa-external-link-alt">
|
||||
View in WooCommerce Store
|
||||
</b-button>
|
||||
</%def>
|
||||
|
@ -25,7 +26,8 @@
|
|||
% else:
|
||||
disabled title="${woocommerce_admin_why_no_url}"
|
||||
% endif
|
||||
>
|
||||
icon-pack="fas"
|
||||
icon-left="fas fa-external-link-alt">
|
||||
View in WooCommerce Admin
|
||||
</b-button>
|
||||
</%def>
|
||||
|
|
Loading…
Reference in a new issue