This commit is contained in:
Kalle (Sendou) 2021-02-10 12:32:15 +02:00
parent c75c4c51ce
commit 146b525c03

View File

@ -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();