Это действие нельзя отменить.
Это действие нельзя отменить.
@@ -80,17 +80,17 @@ export function ContactLinks({ phone, instagram, telegram }: { phone?: string; i
return (
<>
{phone && (
-
+
{phone}
)}
{instagram && (
-
+
{instagram}
)}
{telegram && (
-
+
{telegram}
)}
@@ -109,7 +109,7 @@ export function FilterTabs({ filter, counts, total, onFilter }: {