mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-06 10:55:00 +08:00
8 lines
181 B
JavaScript
8 lines
181 B
JavaScript
|
const SupplementaryLabel = ( { children } ) => (
|
||
|
<span className="ppcp-r-settings-block__supplementary-title-label">
|
||
|
{ children }
|
||
|
</span>
|
||
|
);
|
||
|
|
||
|
export default SupplementaryLabel;
|