import React from 'react'; import { Box, Button, Icon, Icons, Text, config, toRem } from 'folds'; import { Page, PageHero, PageHeroSection } from '../../components/page'; import { getOriginBaseUrl, withOriginBaseUrl } from '../pathUtils'; import pkg from '../../../../package.json'; const LotusLogo = withOriginBaseUrl(getOriginBaseUrl(), '/public/res/Lotus.png'); export function WelcomePage() { return ( } title="Welcome to Lotus Chat" subTitle={ A Matrix client for Lotus Guild.{' '} v{pkg.version} } > ); }