The communications platform that puts data protection first.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Rocket.Chat/apps/meteor/client/views/admin/subscription/utils/links.ts

7 lines
308 B

import { links } from '../../../../lib/links';
export const CONTACT_SALES_LINK = links.go.contactSalesProduct;
export const PRICING_LINK = links.go.pricingProduct;
export const DOWNGRADE_LINK = links.go.downgrade;
export const TRIAL_LINK = links.go.trial;
export const GET_ADDONS_LINK = links.go.getAddons;