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: % else:
disabled title="${woocommerce_store_why_no_url}" disabled title="${woocommerce_store_why_no_url}"
% endif % endif
> icon-pack="fas"
icon-left="fas fa-external-link-alt">
View in WooCommerce Store View in WooCommerce Store
</b-button> </b-button>
</%def> </%def>
@ -25,7 +26,8 @@
% else: % else:
disabled title="${woocommerce_admin_why_no_url}" disabled title="${woocommerce_admin_why_no_url}"
% endif % endif
> icon-pack="fas"
icon-left="fas fa-external-link-alt">
View in WooCommerce Admin View in WooCommerce Admin
</b-button> </b-button>
</%def> </%def>