From 84694305eb2f413489b047be5787592b1f2987c9 Mon Sep 17 00:00:00 2001 From: chimpdev Date: Fri, 29 Nov 2024 10:19:27 +0300 Subject: [PATCH] fix: adjust max width of container for better layout --- .../app/(profiles)/profile/[slug]/edit/components/Socials.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/app/(profiles)/profile/[slug]/edit/components/Socials.jsx b/client/app/(profiles)/profile/[slug]/edit/components/Socials.jsx index 35668afe..c496938c 100644 --- a/client/app/(profiles)/profile/[slug]/edit/components/Socials.jsx +++ b/client/app/(profiles)/profile/[slug]/edit/components/Socials.jsx @@ -174,7 +174,7 @@ export default function Socials({ profile }) { '--brand-color': colors[social.type] }} > -
+
{social.type === 'custom' ? ( <>