mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-09 22:50:17 -04:00
Open external links in new tab
This commit is contained in:
parent
719f72c032
commit
2668219513
|
@ -15,7 +15,7 @@ export default function BlueButtonLink({
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
return (
|
return (
|
||||||
<a href={href} className='blue-button'>
|
<a href={href} target='_blank' rel='noreferrer' className='blue-button'>
|
||||||
{children}
|
{children}
|
||||||
</a>
|
</a>
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user