@@ -8,36 +8,36 @@ const About = ({ result }) => {
88 <span className='text-sm text-[#BDBEC3] '>India</span>
99 </p> */ }
1010 {
11- result ?. website ?. link && ( < p className = "flex" >
11+ result ?. website ?. link && ( < a target = "_blank" rel = 'noreferrer' href = { result ?. website ?. link } className = "flex" >
1212 < iconify-icon icon = "streamline-emojis:globe-showing-americas" style = { { color : 'white' , marginRight : '1px' } } width = "19" height = "19" > </ iconify-icon >
1313 < span className = 'text-sm text-[#BDBEC3] ' >
14- < a href = { result ?. website ?. link } target = "_blank" rel = 'noreferrer' className = "" > { result ?. website ?. text } </ a >
14+ < p className = "" > { result ?. website ?. text } </ p >
1515 </ span >
16- </ p > )
16+ </ a > )
1717 }
1818 {
19- result ?. github ?. link && ( < p className = "flex" >
19+ result ?. github ?. link && ( < a target = "_blank" rel = 'noreferrer' href = { result ?. github ?. link } className = "flex" >
2020 < iconify-icon icon = "mdi:github" style = { { color : 'white' , marginRight : '5px' } } width = "17" height = "19" > </ iconify-icon >
2121 < span className = 'text-sm text-[#BDBEC3] ' >
22- < a href = { result ?. github ?. link } target = "_blank" rel = 'noreferrer' className = "" > { result ?. github ?. text } </ a >
22+ < p className = "" > { result ?. github ?. text } </ p >
2323 </ span >
24- </ p > )
24+ </ a > )
2525 }
2626 {
27- result ?. twitter ?. link && ( < p className = "flex" >
27+ result ?. twitter ?. link && ( < a target = "_blank" rel = 'noreferrer' href = { result ?. twitter ?. link } className = "flex" >
2828 < iconify-icon icon = "fa6-brands:square-x-twitter" style = { { color : 'white' , marginRight : '5px' } } width = "17" height = "19" > </ iconify-icon >
2929 < span className = 'text-sm text-[#BDBEC3] ' >
30- < a href = { result ?. twitter ?. link } target = "_blank" rel = 'noreferrer' className = "" > { result ?. twitter ?. text } </ a >
30+ < p className = "" > { result ?. twitter ?. text } </ p >
3131 </ span >
32- </ p > )
32+ </ a > )
3333 }
3434 {
35- result ?. linkedin ?. link && ( < p className = "flex" >
35+ result ?. linkedin ?. link && ( < a target = "_blank" rel = 'noreferrer' href = { result ?. linkedin ?. link } className = "flex" >
3636 < iconify-icon icon = "devicon:linkedin" style = { { color : 'white' , marginRight : '5px' } } width = "17" height = "19 " > </ iconify-icon >
3737 < span className = 'text-sm text-[#BDBEC3] ' >
38- < a href = { result ?. linkedin ?. link } target = "_blank" rel = 'noreferrer' className = "" > { result ?. linkedin ?. text } </ a >
38+ < p className = "" > { result ?. linkedin ?. text } </ p >
3939 </ span >
40- </ p >
40+ </ a >
4141 )
4242 }
4343 </ div >
0 commit comments