Fix typos and wording

This commit is contained in:
moritzdietz 2021-07-31 16:22:54 +02:00
parent 8cf030585f
commit 9448936e32
No known key found for this signature in database
GPG key ID: 5006AE33DDFCA52D
6 changed files with 10 additions and 10 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>
);