Skip to content

Commit

Permalink
removed failing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Mithilesh-create committed Oct 13, 2023
1 parent e27ddc3 commit 9c6d8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/venue/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function Venue({ city }) {
<Paragraph className='mt-[24px]'>{city.description}</Paragraph>

<Heading typeStyle='lg' className='text-white mt-[24px]'>
<a href={`http://maps.google.com/?q=${city.address}`} target='_blank'>
<a href={`http://maps.google.com/?q=${city.address}`} target='_blank' rel='noreferrer' >
{city.address}
</a>
</Heading>
Expand Down

0 comments on commit 9c6d8e2

Please sign in to comment.