diff --git a/apps/admin-x-design-system/src/assets/icons/linkedin.svg b/apps/admin-x-design-system/src/assets/icons/linkedin.svg new file mode 100644 index 0000000000..c20683fdcb --- /dev/null +++ b/apps/admin-x-design-system/src/assets/icons/linkedin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/apps/admin-x-settings/src/components/settings/growth/offers/OfferSuccess.tsx b/apps/admin-x-settings/src/components/settings/growth/offers/OfferSuccess.tsx index 5f32a3177c..ce2f873313 100644 --- a/apps/admin-x-settings/src/components/settings/growth/offers/OfferSuccess.tsx +++ b/apps/admin-x-settings/src/components/settings/growth/offers/OfferSuccess.tsx @@ -1,14 +1,27 @@ import NiceModal from '@ebay/nice-modal-react'; +import {Button} from '@tryghost/admin-x-design-system'; import {Modal} from '@tryghost/admin-x-design-system'; const OfferSuccess = () => { return - Success + + Your new offer is live! + You can share the link anywhere. In your newsletter, social media, a podcast, or in-person. It all just works. + + + OR + + + + + + + ; };
You can share the link anywhere. In your newsletter, social media, a podcast, or in-person. It all just works.