@selfcommunity/react-ui
Version:
React UI Components to integrate a Community created with SelfCommunity Platform.
13 lines (12 loc) • 705 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.SELFCOMMUNITY_PRICING = exports.CONTACT_PROD = exports.CONTACT_STAGE = exports.HUB_PROD = exports.HUB_STAGE = exports.PREFIX = void 0;
exports.PREFIX = 'SCPlatformWidget';
exports.HUB_STAGE = 'https://hub.stage.quentrix.com/';
exports.HUB_PROD = 'https://hub.selfcommunity.com/';
exports.CONTACT_STAGE = 'https://hub.stage.quentrix.com/dashboard/account/contact-us';
exports.CONTACT_PROD = 'https://hub.selfcommunity.com/dashboard/account/contact-us';
exports.SELFCOMMUNITY_PRICING = {
en: 'https://selfcommunity.com/community-software-pricing/',
it: 'https://selfcommunity.com/it/community-software-prezzi/'
};
;