From 667e880edda8ed6703dc505c7011ff96d2cc5e51 Mon Sep 17 00:00:00 2001 From: ntr Date: Tue, 24 Dec 2019 18:52:56 +1000 Subject: [PATCH] tutorial fix and logo --- client/assets/styles/styles.less | 4 ++++ client/src/components/noise.logo.jsx | 2 +- client/src/events.jsx | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) diff --git a/client/assets/styles/styles.less b/client/assets/styles/styles.less index 36586216..705c500f 100644 --- a/client/assets/styles/styles.less +++ b/client/assets/styles/styles.less @@ -317,6 +317,10 @@ li { // pointer-events: none; } +header { + // font-size: 1.2em; +} + #clipboard { width: 1px; height: 1px; diff --git a/client/src/components/noise.logo.jsx b/client/src/components/noise.logo.jsx index 2feb3916..09abc33e 100644 --- a/client/src/components/noise.logo.jsx +++ b/client/src/components/noise.logo.jsx @@ -18,7 +18,7 @@ class Logo extends Component { viewBox="0 0 400 400"> - + diff --git a/client/src/events.jsx b/client/src/events.jsx index dbf1c1bf..11e791ea 100644 --- a/client/src/events.jsx +++ b/client/src/events.jsx @@ -117,6 +117,7 @@ function registerEvents(store) { } store.dispatch(actions.setAccount(account)); + store.dispatch(actions.setTutorial(null)); store.dispatch(actions.setAuthenticated(true)); }