mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 12:25:15 +08:00
Merge pull request #1693 from woocommerce/PCP-1669-pay-pal-logo-flashes-when-switching-between-tabs
PayPal logo flashes when switching between tabs (1669)
This commit is contained in:
commit
8ff8e76715
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class HeaderRenderer {
|
|||
|
||||
return '
|
||||
<div class="ppcp-settings-page-header">
|
||||
<img alt="PayPal" src="' . esc_url( $this->module_url ) . 'assets/images/paypal.png"/>
|
||||
<img alt="PayPal" src="' . esc_url( $this->module_url ) . 'assets/images/paypal.png" style="max-height: 30px" />
|
||||
<h4> <span class="ppcp-inline-only">-</span> ' . __( 'The all-in-one checkout solution for WooCommerce', 'woocommerce-paypal-payments' ) . '</h4>
|
||||
<a class="button" target="_blank" href="https://woocommerce.com/document/woocommerce-paypal-payments/">'
|
||||
. __( 'Documentation', 'woocommerce-paypal-payments' ) .
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue