Changes from live
This commit is contained in:
parent
d2522521dd
commit
d0f9e8bb65
11 changed files with 22076 additions and 22031 deletions
|
|
@ -13,11 +13,13 @@ 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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue