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
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>
);