updated wording
authorunknown <ajbura@gmail.com>
Sun, 1 Aug 2021 14:58:34 +0000 (20:28 +0530)
committerunknown <ajbura@gmail.com>
Sun, 1 Aug 2021 14:58:34 +0000 (20:28 +0530)
README.md
package.json
public/index.html
src/app/organisms/welcome/Welcome.jsx
src/app/templates/auth/Auth.jsx
webpack.common.js

index efba31a7544cfa5c2d0d56bf2388a2d43f4eeb9f..e39a65367c17d2c575ea58f37b365cd7e1fd7dae 100644 (file)
--- a/README.md
+++ b/README.md
@@ -8,4 +8,4 @@
 
 ## About <a name = "about"></a>
 
-Cinny is a [Matrix](https://matrix.org) client focusing primarily on simple, elegant and secure interface.
+Cinny is a [Matrix](https://matrix.org) client focusing primarily on simple, elegant and secure interface.
index 54b0d7a82c8398357cf9cbf5d2b0d3bcc7b7eff2..604884b81885e0990802c58d1fd621abf58158b1 100644 (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",
index 99bf04fc8dcc8b07a19d51f94d4bce9a916a4879..640d600835757f7af30d4e1d4d79d3c1c035ed62 100644 (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">
index 3b852b9eb1209a492885f526e8314c995a214f6f..9d9eb7d754363ea16926ec23e82a620c1a6419b8 100644 (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>
   );
index 4f1d393bc53950c1550f443033efce8e03a7ab64..07a2af413653cff074658c2b2519b16540b19418 100644 (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 }
index 82305fe65cfa73216eb514344e61ebc7c1f81769..ad6d69668fad7f15a252e7abbef38a592a46b11c 100644 (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,