Skip to content
This repository has been archived by the owner on Jun 19, 2024. It is now read-only.

Commit

Permalink
Update CountryDetail.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ansulagrawal authored Feb 24, 2024
1 parent b23ecae commit 27a49a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/CountryDetail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function CountryDetail() {
</h6>
<h6 className='font-semiBold text-[18px] mt-2'>
{maps?.googleMaps && (
<a className='font-light px-[25px] py-[10px] bg-color-component shadow-md rounded-md' href={maps.googleMaps} target='_blank'>
<a className='font-light px-[25px] py-[10px] bg-color-component shadow-md rounded-md' href={maps.googleMaps} target='_blank' rel='noreferrer noreferrer'>
View on map
</a>
)}
Expand Down

0 comments on commit 27a49a3

Please sign in to comment.