mirror of
https://github.com/RGBCube/cinny
synced 2025-08-01 09:27:46 +00:00
updated wording
This commit is contained in:
parent
69f7c8a500
commit
e9005d57da
6 changed files with 9 additions and 9 deletions
|
@ -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>
|
||||
);
|
||||
|
|
|
@ -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 }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue