Phase 1: Lotus Chat branding — title, favicon, logo, meta tags, SVG icons, all icon sizes

This commit is contained in:
root
2026-05-13 17:56:39 -04:00
parent a1053ce8f1
commit 5d984a4af4
28 changed files with 63 additions and 67 deletions
+3 -3
View File
@@ -39,7 +39,7 @@ export function About({ requestClose }: AboutProps) {
<img
style={{ width: toRem(60), height: toRem(60) }}
src={CinnySVG}
alt="Cinny logo"
alt="Lotus Chat logo"
/>
</Box>
<Box direction="Column" gap="300">
@@ -54,7 +54,7 @@ export function About({ requestClose }: AboutProps) {
<Box gap="200" wrap="Wrap">
<Button
as="a"
href="https://github.com/cinnyapp/cinny"
href="https://code.lotusguild.org/LotusGuild/cinny"
rel="noreferrer noopener"
target="_blank"
variant="Secondary"
@@ -67,7 +67,7 @@ export function About({ requestClose }: AboutProps) {
</Button>
<Button
as="a"
href="https://cinny.in/#sponsor"
href="https://matrix.lotusguild.org"
rel="noreferrer noopener"
target="_blank"
variant="Critical"
+1 -1
View File
@@ -134,7 +134,7 @@ export function AuthLayout() {
<Box direction="Column" className={css.AuthCard}>
<Header className={css.AuthHeader} size="600" variant="Surface">
<Box grow="Yes" direction="Row" gap="300" alignItems="Center">
<img className={css.AuthLogo} src={CinnySVG} alt="Cinny Logo" />
<img className={css.AuthLogo} src={CinnySVG} alt="Lotus Chat Logo" />
<Text size="H3">Cinny</Text>
</Box>
</Header>
+4 -4
View File
@@ -14,13 +14,13 @@ export function WelcomePage() {
>
<PageHeroSection>
<PageHero
icon={<img width="70" height="70" src={CinnySVG} alt="Cinny Logo" />}
icon={<img width="70" height="70" src={CinnySVG} alt="Lotus Chat Logo" />}
title="Welcome to Cinny"
subTitle={
<span>
Yet another matrix client.{' '}
<a
href="https://github.com/cinnyapp/cinny/releases"
href="https://code.lotusguild.org/LotusGuild/cinny/releases"
target="_blank"
rel="noreferrer noopener"
>
@@ -33,7 +33,7 @@ export function WelcomePage() {
<Box grow="Yes" style={{ maxWidth: toRem(300) }} direction="Column" gap="300">
<Button
as="a"
href="https://github.com/cinnyapp/cinny"
href="https://code.lotusguild.org/LotusGuild/cinny"
target="_blank"
rel="noreferrer noopener"
before={<Icon size="200" src={Icons.Code} />}
@@ -44,7 +44,7 @@ export function WelcomePage() {
</Button>
<Button
as="a"
href="https://cinny.in/#sponsor"
href="https://matrix.lotusguild.org"
target="_blank"
rel="noreferrer noopener"
fill="Soft"