Remove share text

Remove "Share this interactive:" text from the SocialShare component.
This commit is contained in:
gpt-engineer-app[bot] 2025-08-16 05:21:42 +00:00
parent c7511e8d49
commit 927db0fcd1

View file

@ -120,9 +120,6 @@ const SocialShare: React.FC<SocialShareProps> = ({
return ( return (
<div className="border-t border-border pt-6 mt-8"> <div className="border-t border-border pt-6 mt-8">
<div className="flex flex-col sm:flex-row items-center justify-between gap-4"> <div className="flex flex-col sm:flex-row items-center justify-between gap-4">
<div className="text-center sm:text-left">
<h3 className="text-lg font-semibold text-foreground">Share this interactive:</h3>
</div>
<div className="flex items-center gap-2"> <div className="flex items-center gap-2">
{/* Social sharing buttons */} {/* Social sharing buttons */}