From 88dca239e50d51acb5e12174c6bd0df8c4bc3b7b Mon Sep 17 00:00:00 2001 From: HampusM Date: Fri, 11 Jun 2021 22:18:45 +0200 Subject: Implemented title and favicon stuff --- README.md | 4 ++-- packages/client/public/favicon.ico | Bin 4286 -> 67646 bytes packages/client/src/App.vue | 27 +++++++++++++++++++++++++++ packages/client/src/router/index.js | 6 +++--- packages/client/vue.config.js | 8 ++++++++ 5 files changed, 40 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7547b7c..3210e0a 100644 --- a/README.md +++ b/README.md @@ -25,8 +25,8 @@ Githermit requires no such thing. All the steps to get it set up are in [Usage]( - [ ] Tests - [ ] Fix the stupid bug caused by empty patches - [ ] Branch switching -- [ ] Custom favicon support -- [ ] Custom website title support +- [x] Custom favicon support +- [x] Custom website title support # Usage diff --git a/packages/client/public/favicon.ico b/packages/client/public/favicon.ico index df36fcf..444889b 100644 Binary files a/packages/client/public/favicon.ico and b/packages/client/public/favicon.ico differ diff --git a/packages/client/src/App.vue b/packages/client/src/App.vue index e74b3f9..0c50f3a 100644 --- a/packages/client/src/App.vue +++ b/packages/client/src/App.vue @@ -2,6 +2,33 @@ + +