Audit fixes: Lotus URLs, branding, editor toolbar setting, dynamic version

This commit is contained in:
root
2026-05-13 23:03:14 -04:00
parent e8415e60b0
commit dc26e15df1
7 changed files with 42 additions and 12 deletions
+3 -2
View File
@@ -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>
}