From d8cf96f7867fc23d37e21fb86413efa353c2050d Mon Sep 17 00:00:00 2001 From: G Date: Tue, 10 Sep 2024 16:50:05 +0000 Subject: [PATCH] change the background image --- src/components/backgrounds/BackgroundDefault.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/backgrounds/BackgroundDefault.tsx b/src/components/backgrounds/BackgroundDefault.tsx index f12b71c..622643b 100644 --- a/src/components/backgrounds/BackgroundDefault.tsx +++ b/src/components/backgrounds/BackgroundDefault.tsx @@ -7,7 +7,7 @@ type Props = { children: React.ReactNode }; const BackgroundDefault = ({ children }: Props) => { return ( {children} -- libgit2 0.27.1