From 146b525c03a772391e271ae1c6346b47154df60d Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Wed, 10 Feb 2021 12:32:15 +0200 Subject: [PATCH] fixes #270 --- components/layout/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/layout/index.tsx b/components/layout/index.tsx index d081c0585..d5f567b1c 100644 --- a/components/layout/index.tsx +++ b/components/layout/index.tsx @@ -11,7 +11,7 @@ import TopNav from "./TopNav"; const DATE_KEYS = ["createdAt", "updatedAt"]; -const WIDE = ["analyzer", "plans", "builds", "u/"]; +const WIDE = ["analyzer", "plans", "builds", "u/", "sr/leaderboards"]; const Layout = ({ children }: { children: React.ReactNode }) => { const { secondaryBgColor } = useMyTheme();