From b828f6735f4793098cbf5ac8fc6db4682f96a481 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 18:40:32 +0200 Subject: [PATCH] Bob AI: Editing button ([data-webild-id="webild-1770395943... --- src/components/sections/about/SplitAbout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/about/SplitAbout.tsx b/src/components/sections/about/SplitAbout.tsx index 36b68ec..9e5a0e9 100644 --- a/src/components/sections/about/SplitAbout.tsx +++ b/src/components/sections/about/SplitAbout.tsx @@ -114,7 +114,7 @@ const SplitAbout = ({ description={description} tag={tag} tagIcon={tagIcon} - buttons={buttons} + buttons={buttons?.filter(button => button.dataWebildId !== 'webild-1770395943147-6dz9n3plz')} textboxLayout={textboxLayout} useInvertedBackground={useInvertedBackground} textBoxClassName={textBoxClassName}