diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c33421c..95fa6753 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Next - [ui] condensed + colored sidenav - [feat] added [git memo](/#/git-memo) +- [refactor] changed app title ## 1.3.0 - [fix] [GithubContributors] ordered contributors by contribution count diff --git a/public/index.html b/public/index.html index e0eb2ceb..af62dc72 100644 --- a/public/index.html +++ b/public/index.html @@ -5,7 +5,7 @@ - <%= htmlWebpackPlugin.options.title %> + IT Tools - Set of handy developer tools diff --git a/src/App.vue b/src/App.vue index b3cb40c5..75a91537 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,7 +1,7 @@