UNPKG

@rocket.chat/onboarding-ui

Version:

Set of components and functions for the onboarding experience on Rocket.Chat

8 lines 583 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const jsx_runtime_1 = require("react/jsx-runtime"); const layout_1 = require("@rocket.chat/layout"); const react_i18next_1 = require("react-i18next"); const TitleCreateCloudPage = () => ((0, jsx_runtime_1.jsxs)(react_i18next_1.Trans, { i18nKey: 'page.createCloudWorkspace.title', children: ["Launch new workspace and", (0, jsx_runtime_1.jsx)(layout_1.FormPageLayout.TitleHighlight, { children: "30-day trial" })] })); exports.default = TitleCreateCloudPage; //# sourceMappingURL=TitleCreateCloudPage.js.map