@rocket.chat/onboarding-ui
Version:
Set of components and functions for the onboarding experience on Rocket.Chat
6 lines • 489 B
JavaScript
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
import { FormPageLayout } from '@rocket.chat/layout';
import { Trans } from 'react-i18next';
var TitleOrganizationInfoPage = function () { return (_jsxs(Trans, { i18nKey: 'page.cloudDescription.title', children: ["Let's launch your workspace and", _jsx(FormPageLayout.TitleHighlight, { children: "14-day trial Launch" })] })); };
export default TitleOrganizationInfoPage;
//# sourceMappingURL=TitleOrganizationInfoPage.js.map