Cleanup live changes

This commit is contained in:
Darren Clarke 2023-06-05 15:00:46 +00:00 committed by GitHub
parent d0f9e8bb65
commit 6a85c644dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 22 additions and 20 deletions

View file

@ -11,15 +11,11 @@ import { useAppContext } from "./AppProvider";
export const Layout: FC<PropsWithChildren> = ({ children }) => {
const [cookies, setCookie] = useCookies(["cookieConsent"]);
const consentGranted = cookies.cookieConsent === "true";
/*
const {
publicRuntimeConfig: { embedded },
} = getConfig();
*/
const embedded = true;
const {
colors: {
white,