diff --git a/client/src/App.jsx b/client/src/App.jsx index 7847e48..981889f 100644 --- a/client/src/App.jsx +++ b/client/src/App.jsx @@ -42,7 +42,7 @@ function BusinessGuard({ children, isGlobalSmsRoute }) { if (loading) { return (
Brand detected and ready for onboarding.
-{successName}
- {successDomain && ( -{successDomain}
- )} - {successTagline && ( -{successTagline}
- )} -Your business has been registered successfully.
@@ -82,7 +47,7 @@ export default function RegisterBusinessModal({ onClose }) {- Enter the storefront website URL and we'll scrape it to detect the brand, images, and copy you need for onboarding. + Enter the storefront website URL and we'll scrape it to detect the brand and set up your business.
{brand.domain}
Brand Images
{card.label}
diff --git a/client/src/pages/Businesses.jsx b/client/src/pages/Businesses.jsx index 5848a99..b4a1d58 100644 --- a/client/src/pages/Businesses.jsx +++ b/client/src/pages/Businesses.jsx @@ -15,7 +15,7 @@ import { function DeleteConfirmModal({ businessName, onCancel, onConfirm, deleting }) { return (Your business is ready for onboarding.
-{name}
+{name}
{domain &&{domain}
} {tagline &&{tagline}
}- Import from an active sales channel when available, or use the website URL fallback to scrape manually. + {showSalesChannelsSection + ? 'Import from an active sales channel when available, or use the website URL fallback to scrape manually.' + : 'Add a storefront URL and we’ll scrape it to set up your business.'}