Skip to content

Commit

Permalink
Added noopener
Browse files Browse the repository at this point in the history
  • Loading branch information
shauryag2002 authored Mar 15, 2024
1 parent ed2734d commit 5a8b97a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Venue/venue.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function Venue({ className, city }) {
<div><div className={`border text-white text-md rounded-lg p-1 text-center mt-2 ${city.cfp ? 'block': 'hidden' }`}>cfp is open</div></div>
<button onClick={(e) => {
e.preventDefault()
window.open(city.map, '_blank')
window.open(city.map, '_blank', 'noopener')
}} className='w-8 h-8 bg-white rounded-xl flex items-center justify-center'>
<img src='/img/mapIcon.svg' className='w-6' />
</button>
Expand Down

0 comments on commit 5a8b97a

Please sign in to comment.