From 4121d833717f0ec4043cdf054e7bdcd3f7e07858 Mon Sep 17 00:00:00 2001 From: Kevin Hoerr Date: Wed, 22 Feb 2023 17:04:52 -0500 Subject: Updates for 2023 (#102) * Updates for 2023 * Additional tweaks --- src/components/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components') diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx index 4f93fec..fec336f 100644 --- a/src/components/Layout.tsx +++ b/src/components/Layout.tsx @@ -22,7 +22,7 @@ const Layout = ({ children }: LayoutProps) => { -- cgit