1
Fork 0
mirror of https://github.com/RGBCube/cinny synced 2025-08-01 09:27:46 +00:00

updated wording

This commit is contained in:
unknown 2021-08-01 20:28:34 +05:30
parent 69f7c8a500
commit e9005d57da
6 changed files with 9 additions and 9 deletions

View file

@ -11,7 +11,7 @@ function Welcome() {
<div className="flex-v--center">
<img className="app-welcome__logo noselect" src={CinnySvg} alt="Cinny logo" />
<Text className="app-welcome__heading" variant="h1">Welcome to Cinny</Text>
<Text className="app-welcome__subheading" variant="s1">Yet another Matrix client</Text>
<Text className="app-welcome__subheading" variant="s1">Yet another matrix client</Text>
</div>
</div>
);

View file

@ -278,7 +278,7 @@ function StaticWrapper({ children }) {
<img className="app-ident__logo noselect" src={CinnySvg} alt="Cinny logo" />
<div className="app-ident__text flex-v--center">
<Text variant="h2">Cinny</Text>
<Text variant="b2">Yet another Matrix client.</Text>
<Text variant="b2">Yet another matrix client</Text>
</div>
</div>
{ children }