diff --git a/README.md b/README.md index efba31a..e39a653 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,4 @@ ## About -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. diff --git a/package.json b/package.json index 54b0d7a..604884b 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/public/index.html b/public/index.html index 99bf04f..640d600 100644 --- a/public/index.html +++ b/public/index.html @@ -8,13 +8,13 @@ Cinny - + - + diff --git a/src/app/organisms/welcome/Welcome.jsx b/src/app/organisms/welcome/Welcome.jsx index 3b852b9..9d9eb7d 100644 --- a/src/app/organisms/welcome/Welcome.jsx +++ b/src/app/organisms/welcome/Welcome.jsx @@ -11,7 +11,7 @@ function Welcome() {
Cinny logo Welcome to Cinny - Yet another Matrix client + Yet another matrix client
); diff --git a/src/app/templates/auth/Auth.jsx b/src/app/templates/auth/Auth.jsx index 4f1d393..07a2af4 100644 --- a/src/app/templates/auth/Auth.jsx +++ b/src/app/templates/auth/Auth.jsx @@ -278,7 +278,7 @@ function StaticWrapper({ children }) { Cinny logo
Cinny - Yet another Matrix client. + Yet another matrix client
{ children } diff --git a/webpack.common.js b/webpack.common.js index 82305fe..ad6d696 100644 --- a/webpack.common.js +++ b/webpack.common.js @@ -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,