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}