UNPKG

@rocket.chat/onboarding-ui

Version:

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

6 lines 464 B
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime"; import { FormPageLayout } from '@rocket.chat/layout'; import { Trans } from 'react-i18next'; var TitleCreateCloudPage = function () { return (_jsxs(Trans, { i18nKey: 'page.createCloudWorkspace.title', children: ["Launch new workspace and", _jsx(FormPageLayout.TitleHighlight, { children: "30-day trial" })] })); }; export default TitleCreateCloudPage; //# sourceMappingURL=TitleCreateCloudPage.js.map