UNPKG

@rocket.chat/onboarding-ui

Version:

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

8 lines 608 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 TitleOrganizationInfoPage = () => ((0, jsx_runtime_1.jsxs)(react_i18next_1.Trans, { i18nKey: 'page.cloudDescription.title', children: ["Let's launch your workspace and", (0, jsx_runtime_1.jsx)(layout_1.FormPageLayout.TitleHighlight, { children: "14-day trial Launch" })] })); exports.default = TitleOrganizationInfoPage; //# sourceMappingURL=TitleOrganizationInfoPage.js.map