From 0785353efe6efc6e5b43af9e6c2455e1c8b3aecf Mon Sep 17 00:00:00 2001 From: iCrawl Date: Sat, 17 Sep 2022 00:31:28 +0200 Subject: [PATCH] fix: footer hiding properly --- packages/website/package.json | 2 +- packages/website/src/components/SidebarLayout.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/website/package.json b/packages/website/package.json index ea67a5016..a5c2ce672 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -5,7 +5,7 @@ "private": true, "scripts": { "test": "vitest run", - "build:local": "NEXT_PUBLIC_LOCAL_DEV=true yarn run --top-level docs --force && yarn build:prod", + "build:local": "yarn run --top-level docs --force && NEXT_PUBLIC_LOCAL_DEV=true yarn build:prod", "build:prod": "yarn workspace @discordjs/api-extractor-utils run build && yarn workspace @discordjs/scripts run build && yarn build:css && yarn build:next", "build:next": "next build", "build:css": "yarn generate:css", diff --git a/packages/website/src/components/SidebarLayout.tsx b/packages/website/src/components/SidebarLayout.tsx index 765df0c48..5f2127259 100644 --- a/packages/website/src/components/SidebarLayout.tsx +++ b/packages/website/src/components/SidebarLayout.tsx @@ -252,7 +252,7 @@ export function SidebarLayout({ }`} >
-
+
{children}