updated wording
This commit is contained in:
parent
69f7c8a500
commit
e9005d57da
6 changed files with 9 additions and 9 deletions
|
@ -8,4 +8,4 @@
|
||||||
|
|
||||||
## About <a name = "about"></a>
|
## About <a name = "about"></a>
|
||||||
|
|
||||||
Cinny is a [Matrix](https://matrix.org) client focusing primarily on a simple, elegant and secure interface.
|
Cinny is a [Matrix](https://matrix.org) client focusing primarily on simple, elegant and secure interface.
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "cinny",
|
"name": "cinny",
|
||||||
"version": "1.0.0",
|
"version": "1.0.0",
|
||||||
"description": "Organized and powerful Matrix client.",
|
"description": "Yet another matrix client",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"engines": {
|
"engines": {
|
||||||
"npm": ">=6.14.11",
|
"npm": ">=6.14.11",
|
||||||
|
|
|
@ -8,13 +8,13 @@
|
||||||
<title>Cinny</title>
|
<title>Cinny</title>
|
||||||
<meta name="name" content="Cinny">
|
<meta name="name" content="Cinny">
|
||||||
<meta name="author" content="Ajay Bura">
|
<meta name="author" content="Ajay Bura">
|
||||||
<meta name="description" content="Yet another Matrix client. Where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source.">
|
<meta name="description" content="A Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source.">
|
||||||
<meta name="keywords" content="cinny, cinnyapp, cinnychat, matrix, matrix client, matrix.org, element">
|
<meta name="keywords" content="cinny, cinnyapp, cinnychat, matrix, matrix client, matrix.org, element">
|
||||||
|
|
||||||
<meta property="og:title" content="Cinny">
|
<meta property="og:title" content="Cinny">
|
||||||
<meta property="og:url" content="https://cinny.in">
|
<meta property="og:url" content="https://cinny.in">
|
||||||
<meta property="og:image" content="https://cinny.in/assets/favicon-48x48.png">
|
<meta property="og:image" content="https://cinny.in/assets/favicon-48x48.png">
|
||||||
<meta property="og:description" content="Yet another Matrix client. Where you can enjoy the conversation a using simple, elegant and secure interface protected by e2ee with the power of open source.">
|
<meta property="og:description" content="A Matrix client where you can enjoy the conversation using simple, elegant and secure interface protected by e2ee with the power of open source.">
|
||||||
<meta name="theme-color" content="#000000">
|
<meta name="theme-color" content="#000000">
|
||||||
</head>
|
</head>
|
||||||
<body id="appBody">
|
<body id="appBody">
|
||||||
|
|
|
@ -11,7 +11,7 @@ function Welcome() {
|
||||||
<div className="flex-v--center">
|
<div className="flex-v--center">
|
||||||
<img className="app-welcome__logo noselect" src={CinnySvg} alt="Cinny logo" />
|
<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__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>
|
||||||
</div>
|
</div>
|
||||||
);
|
);
|
||||||
|
|
|
@ -278,7 +278,7 @@ function StaticWrapper({ children }) {
|
||||||
<img className="app-ident__logo noselect" src={CinnySvg} alt="Cinny logo" />
|
<img className="app-ident__logo noselect" src={CinnySvg} alt="Cinny logo" />
|
||||||
<div className="app-ident__text flex-v--center">
|
<div className="app-ident__text flex-v--center">
|
||||||
<Text variant="h2">Cinny</Text>
|
<Text variant="h2">Cinny</Text>
|
||||||
<Text variant="b2">Yet another Matrix client.</Text>
|
<Text variant="b2">Yet another matrix client</Text>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
{ children }
|
{ children }
|
||||||
|
|
|
@ -55,9 +55,9 @@ module.exports = {
|
||||||
devMode: 'light',
|
devMode: 'light',
|
||||||
favicons: {
|
favicons: {
|
||||||
appName: 'Cinny',
|
appName: 'Cinny',
|
||||||
appDescription: 'A Matrix client',
|
appDescription: 'Yet another matrix client',
|
||||||
developerName: 'ajbura, 1997kB',
|
developerName: 'Ajay Bura',
|
||||||
developerURL: null,
|
developerURL: 'https://github.com/ajbura',
|
||||||
icons: {
|
icons: {
|
||||||
coast: false,
|
coast: false,
|
||||||
yandex: false,
|
yandex: false,
|
||||||
|
|
Loading…
Reference in a new issue