From 834be0a309b792daf63690dc5a7c6eaaecaf910f Mon Sep 17 00:00:00 2001 From: soup Date: Tue, 10 Jan 2023 19:25:20 +0100 Subject: [PATCH] enhancement(web): autobrr logo link to dashboard (#638) * feat(web): Made autobrr logo link to frontpage Clicking the logo now directs you to the frontpage. * fixs(dashboard) Changed Stats header tag to h1 Header on Dashboard was a h3 tag while the ones on Filters etc. is h1. Made it match the rest of the UI with this change. --- web/src/screens/Base.tsx | 22 ++++++++++++---------- web/src/screens/dashboard/Stats.tsx | 4 ++-- 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/web/src/screens/Base.tsx b/web/src/screens/Base.tsx index 020a591..aed3b78 100644 --- a/web/src/screens/Base.tsx +++ b/web/src/screens/Base.tsx @@ -40,16 +40,18 @@ export default function Base() {
- Logo - Logo + + Logo + Logo +
diff --git a/web/src/screens/dashboard/Stats.tsx b/web/src/screens/dashboard/Stats.tsx index 25339ef..f066028 100644 --- a/web/src/screens/dashboard/Stats.tsx +++ b/web/src/screens/dashboard/Stats.tsx @@ -33,9 +33,9 @@ export const Stats = () => { return (
-

+

Stats -

+