Audit fixes: Lotus URLs, branding, editor toolbar setting, dynamic version
This commit is contained in:
@@ -2,6 +2,7 @@ import React from 'react';
|
||||
import { Box, Button, Icon, Icons, Text, config, toRem } from 'folds';
|
||||
import { Page, PageHero, PageHeroSection } from '../../components/page';
|
||||
import LotusLogo from '../../../../public/res/Lotus.png';
|
||||
import pkg from '../../../../package.json';
|
||||
|
||||
export function WelcomePage() {
|
||||
return (
|
||||
@@ -18,13 +19,13 @@ export function WelcomePage() {
|
||||
title="Welcome to Lotus Chat"
|
||||
subTitle={
|
||||
<span>
|
||||
Yet another matrix client.{' '}
|
||||
A Matrix client for Lotus Guild.{' '}
|
||||
<a
|
||||
href="https://code.lotusguild.org/LotusGuild/cinny/releases"
|
||||
target="_blank"
|
||||
rel="noreferrer noopener"
|
||||
>
|
||||
v4.11.1
|
||||
v{pkg.version}
|
||||
</a>
|
||||
</span>
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user