From f8ceb234f7fba59c5147498d8f2016d9946098e1 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 18:34:34 +0200 Subject: [PATCH] Bob AI: Editing button ([data-webild-id="webild-1770395585... --- src/components/sections/hero/HeroBillboard.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/hero/HeroBillboard.tsx b/src/components/sections/hero/HeroBillboard.tsx index c9452c7..b8e9089 100644 --- a/src/components/sections/hero/HeroBillboard.tsx +++ b/src/components/sections/hero/HeroBillboard.tsx @@ -113,7 +113,7 @@ const HeroBillboard = ({ description={description} tag={tag} tagIcon={tagIcon} - buttons={buttons} + buttons={buttons?.filter(button => button.dataWebildId !== 'webild-1770395585106-haji9ih1y')} avatars={avatars} avatarText={avatarText} avatarsAbove={true} -- 2.49.1