Merge pull request #23 from moritzdietz/moritzdietz/fix-typos-and-wording

Fix typos and wording
This commit is contained in:
Ajay Bura 2021-08-01 20:17:03 +05:30 committed by GitHub
commit 69f7c8a500
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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>
);