From 03156f2981889e5ac34a460c0631b688706f6452 Mon Sep 17 00:00:00 2001 From: LASER-Yi Date: Sun, 22 Aug 2021 13:35:43 +0800 Subject: [PATCH] no log: Move theme-color meta to Header.tsx --- frontend/public/index.html | 1 - frontend/src/App/Header.tsx | 4 ++++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/frontend/public/index.html b/frontend/public/index.html index c88185a04..14d20c9f3 100644 --- a/frontend/public/index.html +++ b/frontend/public/index.html @@ -17,7 +17,6 @@ name="description" content="Bazarr is a companion application to Sonarr and Radarr. It manages and downloads subtitles based on your requirements. You define your preferences by TV show or movie and Bazarr takes care of everything for you." /> - diff --git a/frontend/src/App/Header.tsx b/frontend/src/App/Header.tsx index 14eedb101..aebdde395 100644 --- a/frontend/src/App/Header.tsx +++ b/frontend/src/App/Header.tsx @@ -15,6 +15,7 @@ import { Navbar, Row, } from "react-bootstrap"; +import { Helmet } from "react-helmet"; import { SidebarToggleContext } from "."; import { siteRedirectToAuth } from "../@redux/actions"; import { useSystemSettings } from "../@redux/hooks"; @@ -101,6 +102,9 @@ const Header: FunctionComponent = () => { return ( + + +