diff --git a/client/a8c-for-agencies/sections/purchases/licenses/license-preview/index.tsx b/client/a8c-for-agencies/sections/purchases/licenses/license-preview/index.tsx index 93ea8dcfc293b2..bd31c14ec88b3a 100644 --- a/client/a8c-for-agencies/sections/purchases/licenses/license-preview/index.tsx +++ b/client/a8c-for-agencies/sections/purchases/licenses/license-preview/index.tsx @@ -161,7 +161,16 @@ export default function LicensePreview( { } ) } >
- { productTitle } + + { licenseKey.startsWith( 'woocommerce-' ) && ( + + + { translate( 'Woo' ) } + + + ) } + { productTitle } +
diff --git a/client/a8c-for-agencies/sections/purchases/licenses/license-preview/style.scss b/client/a8c-for-agencies/sections/purchases/licenses/license-preview/style.scss index e3f513d55b2c84..eb28cc7709eec7 100644 --- a/client/a8c-for-agencies/sections/purchases/licenses/license-preview/style.scss +++ b/client/a8c-for-agencies/sections/purchases/licenses/license-preview/style.scss @@ -103,6 +103,12 @@ display: inline; } } + + &-woo-badge { + background: #7f54b3; + color: var(--studio-white); + margin-right: 0.5rem; + } } .license-preview__label {