From c0dc49289f7b8d4d166a263cd65dc00e2bd2812d Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Tue, 15 Aug 2023 09:09:28 +0300 Subject: [PATCH] fix: remove commented code --- src/components/LayoutComponent.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/LayoutComponent.tsx b/src/components/LayoutComponent.tsx index 29d1d35c..2b14c04b 100644 --- a/src/components/LayoutComponent.tsx +++ b/src/components/LayoutComponent.tsx @@ -22,9 +22,7 @@ function LayoutRight({ rightImageSrc }: { rightImageSrc?: string }) { return (
- - {/* */} - {/* */} + background
)