From 550fb5f05e60740ed59994d2fb8c0a0d7a442aed Mon Sep 17 00:00:00 2001 From: vchikalkin Date: Tue, 25 Feb 2025 10:05:18 +0300 Subject: [PATCH] fix contacts layout --- components/contacts.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/contacts.tsx b/components/contacts.tsx index d46d9d7..f85c821 100644 --- a/components/contacts.tsx +++ b/components/contacts.tsx @@ -58,7 +58,7 @@ export function Contacts() {

{t('title')}

-
+
{contacts.map((contact) => ( ))}