From d5984f4141e50023e14bdac28db9a59666e7cbd5 Mon Sep 17 00:00:00 2001 From: diced Date: Wed, 26 Oct 2022 18:20:56 -0700 Subject: [PATCH] chore: make things work on next 13 --- src/components/Layout.tsx | 8 ++++---- src/components/Link.tsx | 6 ++++-- src/components/pages/Files/index.tsx | 2 +- src/pages/auth/login.tsx | 4 ++-- 4 files changed, 11 insertions(+), 9 deletions(-) diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 29ce05f..8ee1978 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -57,7 +57,7 @@ import { friendlyThemeName, themes } from './Theming'; function MenuItemLink(props) { return ( - + ); @@ -258,7 +258,7 @@ export default function Layout({ children, props }) {