Remove share text
Remove "Share this interactive:" text from the SocialShare component.
This commit is contained in:
parent
c7511e8d49
commit
927db0fcd1
1 changed files with 0 additions and 3 deletions
|
|
@ -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 */}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue