Merge branch 'main' into add-jackett-widget

This commit is contained in:
Jason Fischer 2022-09-14 10:50:53 -07:00
commit 5009f9d3f2
29 changed files with 551 additions and 80 deletions

View file

@ -46,6 +46,8 @@ export default function Home({ settings }) {
<ThemeProvider>
<Head>
<title>{settings.title || "Homepage"}</title>
{settings.base && <base href={settings.base} />}
{settings.favicon && <link rel="icon" href={settings.favicon} />}
</Head>
<div className="fixed w-full h-full m-0 p-0" style={wrappedStyle} />
<div className="relative w-full container m-auto flex flex-col h-screen justify-between">