Add "external" icon to buttons for viewing product in WooCommerce

This commit is contained in:
Lance Edgar 2021-03-10 17:58:30 -06:00
parent 85869e3aeb
commit a537386dcf

View file

@ -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>