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