Settings UI: Migrate to two column design

This commit is contained in:
Daniel Dudzic 2024-11-21 13:08:38 +01:00
parent 7a5cc397ed
commit 9137712196
No known key found for this signature in database
GPG key ID: 31B40D33E3465483
10 changed files with 202 additions and 91 deletions

View file

@ -24,7 +24,6 @@ const TabOverview = () => {
{ todosData.length > 0 && (
<SettingsCard
className="ppcp-r-tab-overview-todo"
icon="icon-overview-list.svg"
title={ __(
'Things to do next',
'woocommerce-paypal-payments'
@ -52,7 +51,6 @@ const TabOverview = () => {
) }
<SettingsCard
className="ppcp-r-tab-overview-support"
icon="icon-overview-support.svg"
title={ __( 'Status', 'woocommerce-paypal-payments' ) }
description={ __(
'Your PayPal account connection details, along with available products and features.',