From 931894c45446b34da77952435d50f276ae3447da Mon Sep 17 00:00:00 2001 From: Elias Almqvist Date: Fri, 29 Mar 2024 21:33:47 +0100 Subject: [PATCH] feat: Add footer copyright thing --- src/components/layout/index.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/components/layout/index.tsx b/src/components/layout/index.tsx index 806dec6..021e261 100644 --- a/src/components/layout/index.tsx +++ b/src/components/layout/index.tsx @@ -9,6 +9,14 @@ const Layout = ({ children }: { children: React.ReactNode }) => { {children} + ); };