Skip to content

Commit 90b5903

Browse files
committed
fix: Add Blobity magnetic exclusion to Contact social links
- Prevent cursor effect from interfering with social media icons - Add data-blobity-magnetic='false' attribute to social links
1 parent 5823195 commit 90b5903

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/sections/Contact.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ const Contact = () => {
3535
target="_blank"
3636
rel="noopener noreferrer"
3737
className="z-10"
38+
data-blobity-magnetic="false"
3839
>
3940
{IconComponent && <IconComponent className={className} />}
4041
</a>

0 commit comments

Comments
 (0)