From 8b36698fc2d19af3cc2526e0aa4a11f63ce2c5ae Mon Sep 17 00:00:00 2001 From: Mike de Geofroy Date: Thu, 24 Oct 2024 13:25:14 +0300 Subject: [PATCH] Fixed horizontal spacing for acheivement text --- app/modules/team.section.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/modules/team.section.tsx b/app/modules/team.section.tsx index 19fae08..622c2de 100644 --- a/app/modules/team.section.tsx +++ b/app/modules/team.section.tsx @@ -70,7 +70,7 @@ const supporters: People[] = [ export const TeamSection = () => { return ( -
+

Команда

{team.map((person, index) => (