From ac54250e8af586ffd42684dc7d0595564b736603 Mon Sep 17 00:00:00 2001 From: Corentin Thomasset Date: Mon, 22 Jun 2020 20:53:53 +0200 Subject: [PATCH] refactor: changed app title Signed-off-by: Corentin Thomasset --- CHANGELOG.md | 1 + public/index.html | 2 +- src/App.vue | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) 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 @@