UNPKG

@selfcommunity/react-ui

Version:

React UI Components to integrate a Community created with SelfCommunity Platform.

10 lines (9 loc) 515 B
export const PREFIX = 'SCPlatformWidget'; export const HUB_STAGE = 'https://hub.stage.quentrix.com/'; export const HUB_PROD = 'https://hub.selfcommunity.com/'; export const CONTACT_STAGE = 'https://hub.stage.quentrix.com/dashboard/account/contact-us'; export const CONTACT_PROD = 'https://hub.selfcommunity.com/dashboard/account/contact-us'; export const SELFCOMMUNITY_PRICING = { en: 'https://selfcommunity.com/community-software-pricing/', it: 'https://selfcommunity.com/it/community-software-prezzi/' };