diff --git a/ui/src/pages/Layout/index.tsx b/ui/src/pages/Layout/index.tsx index 0905d893..c4f93291 100644 --- a/ui/src/pages/Layout/index.tsx +++ b/ui/src/pages/Layout/index.tsx @@ -7,6 +7,7 @@ import { SWRConfig } from 'swr'; import { toastStore, brandingStore, pageTagStore } from '@/stores'; import { Header, Footer, Toast, Customize, CustomizeTheme } from '@/components'; +const doInsertCustomCSS = !document.querySelector('link[href="/custom.css"]'); const Layout: FC = () => { const { msg: toastMsg, variant, clear: toastClear } = toastStore(); const closeToast = () => { @@ -30,7 +31,12 @@ const Layout: FC = () => {