From 099345668b6c6b2f783f1eb2cf599292b6f84c9a Mon Sep 17 00:00:00 2001 From: Jakub Kosmydel <104823336+kosmydel@users.noreply.github.com> Date: Fri, 9 Feb 2024 18:25:21 +0100 Subject: [PATCH] fix centering --- src/components/Section/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Section/index.tsx b/src/components/Section/index.tsx index 3c0a73e3a6e7..33f5f3d2230a 100644 --- a/src/components/Section/index.tsx +++ b/src/components/Section/index.tsx @@ -116,8 +116,8 @@ function Section({ autoPlay loop /> - {overlayContent?.()} + {overlayContent?.()} )}