From aca607cf247df11870d39b818b5a0ff90995ab0a Mon Sep 17 00:00:00 2001 From: Irina Date: Mon, 11 Jul 2022 15:35:29 +1000 Subject: [PATCH 1/2] add to Home link --- public/css/style.css | 5 +++++ public/index.html | 2 +- src/lib/controllers/texts-controller.js | 4 ++-- src/lib/store/store-definition.js | 2 +- src/locales/en-us/messages-initial-screen.json | 5 +++++ src/vue/app.vue | 12 ++++++++++-- src/vue/initial-screen.vue | 3 +++ src/vue/main-menu.vue | 17 ++++++++++++++--- 8 files changed, 41 insertions(+), 9 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index c9f6833a..dcf5e99b 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -23,6 +23,11 @@ body, html { /* padding: 0 10px 0 35px;*/ } +.header-logo { + cursor: pointer; +} + + .header-logo img { display: block; height: 100%; diff --git a/public/index.html b/public/index.html index f6d3520f..6d57ca28 100644 --- a/public/index.html +++ b/public/index.html @@ -65,7 +65,7 @@
-