From 344d03bdfb2888bc7081908e55c262ba58859183 Mon Sep 17 00:00:00 2001 From: Justin Edmund Date: Tue, 7 Feb 2023 00:28:29 -0800 Subject: [PATCH] Allow content toasts to display --- components/Layout/index.tsx | 2 +- components/UpdateToast/index.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/Layout/index.tsx b/components/Layout/index.tsx index 3716d012..cb1c3777 100644 --- a/components/Layout/index.tsx +++ b/components/Layout/index.tsx @@ -53,7 +53,7 @@ const Layout = ({ children }: PropsWithChildren) => { return !['about', 'updates', 'roadmap'].includes(path) ? ( void onCloseClicked: () => void