@sendoutcards/quantum-design-ui 1.7.46 → 1.7.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.es.js +3 -3
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -22699,9 +22699,9 @@ var AffiliateUpsalePromotionWidget = function (_a) {
|
|
|
22699
22699
|
};
|
|
22700
22700
|
|
|
22701
22701
|
var getContent = function (type) {
|
|
22702
|
-
var title = type === 'customer'
|
|
22703
|
-
var description = type === 'customer'
|
|
22704
|
-
var buttonTitle = type === 'customer'
|
|
22702
|
+
var title = type === 'customer' || type === 'freeAffiliate' ? 'Love our products & services?' : 'Build your Greener Still Business';
|
|
22703
|
+
var description = type === 'customer' || type === 'freeAffiliate' ? 'Isn’t it fun?! Sending out to give when you feel a prompting, it’s pretty great! Finding yourself sharing with others? Earn an income simply for sharing products you already love! Become an Affiliate Pro for $14/month and start sharing with our GS Pro app easily and effectively.' : 'Focus on duplicating your efforts to grow your business. Commit to repeating this every month, twice a month, or every week and grow your Greener Still business!';
|
|
22704
|
+
var buttonTitle = type === 'customer' || type === 'freeAffiliate' ? 'Unlock Your Opportunity' : 'Comp Plan Training';
|
|
22705
22705
|
var url = type === 'proAffiliate' ? 'https://www.facebook.com/groups/sendoutcardscorporate/permalink/5098162643579731' : 'https://app.sendoutcards.com/?client=greenerstill&affiliatejoin';
|
|
22706
22706
|
return {
|
|
22707
22707
|
title: title,
|