updated wording

This commit is contained in:
unknown 2021-08-01 20:28:34 +05:30
parent 69f7c8a500
commit e9005d57da
6 changed files with 9 additions and 9 deletions

View file

@ -8,4 +8,4 @@
## 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.

View file

@ -1,7 +1,7 @@
{
"name": "cinny",
"version": "1.0.0",
"description": "Organized and powerful Matrix client.",
"description": "Yet another matrix client",
"main": "index.js",
"engines": {
"npm": ">=6.14.11",

View file

@ -8,13 +8,13 @@
<title>Cinny</title>
<meta name="name" content="Cinny">
<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 property="og:title" content="Cinny">
<meta property="og:url" content="https://cinny.in">
<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">
</head>
<body id="appBody">

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

View file

@ -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 }

View file

@ -55,9 +55,9 @@ module.exports = {
devMode: 'light',
favicons: {
appName: 'Cinny',
appDescription: 'A Matrix client',
developerName: 'ajbura, 1997kB',
developerURL: null,
appDescription: 'Yet another matrix client',
developerName: 'Ajay Bura',
developerURL: 'https://github.com/ajbura',
icons: {
coast: false,
yandex: false,