From 4e92d49261671413270090ad834e5bc57cfaf1e6 Mon Sep 17 00:00:00 2001 From: Bastard Operator Date: Wed, 6 Jan 2021 19:51:54 +0100 Subject: [PATCH] New UI improvements + URL interval handler made faster * Log in button now has mastodon white icon * Home navigation with FediLove icon added --- src/intl/en-US.js | 2 +- src/routes/_components/Nav.html | 19 +++++++++++++---- src/scss/themes/ozark.scss | 36 ++++++++++++++++++++++++++++++-- static/fedilove-no-react.js | 2 +- static/mastoicon.png | Bin 0 -> 1556 bytes 5 files changed, 51 insertions(+), 8 deletions(-) create mode 100644 static/mastoicon.png diff --git a/src/intl/en-US.js b/src/intl/en-US.js index ed8aabc4..7a239ba8 100644 --- a/src/intl/en-US.js +++ b/src/intl/en-US.js @@ -10,7 +10,7 @@ export default {

Start your journey to meet your crush !!

`, - logIn: 'Log in using Mastodon', + logIn: 'Log in ', logInText: 'Log In', footer: `

diff --git a/src/routes/_components/Nav.html b/src/routes/_components/Nav.html index 5a703d23..500512e9 100644 --- a/src/routes/_components/Nav.html +++ b/src/routes/_components/Nav.html @@ -1,6 +1,14 @@