mirror of
https://github.com/tjsga/tj-sga-website-react.git
synced 2025-04-03 20:00: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 {
|
||||
return (
|
||||
<a href={href} className='blue-button'>
|
||||
<a href={href} target='_blank' rel='noreferrer' className='blue-button'>
|
||||
{children}
|
||||
</a>
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user