mirror of
https://github.com/Sosokker/SOS12.git
synced 2025-12-19 20:54:06 +01:00
updata anchor tag's target of SocialMedia
This commit is contained in:
parent
739646d434
commit
f28500c35e
@ -28,7 +28,7 @@ const SocialMedia = () => {
|
||||
boxShadow: '0px 4px 10px rgba(255, 255, 255, 0.2)',
|
||||
}}
|
||||
>
|
||||
<a href={item.url} className="block">
|
||||
<a href={item.url} target="_blank" className="block">
|
||||
<div className="flex justify-center items-center mb-4">
|
||||
<img src={item.icon} alt={item.title} className="w-8 h-8"
|
||||
style={{filter: 'drop-shadow(2px 4px 6px rgba(255, 255, 255, 0.5))'}}/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user