Skip to content

Commit

Permalink
underline the address on hover
Browse files Browse the repository at this point in the history
  • Loading branch information
helios2003 committed Mar 12, 2024
1 parent 437386a commit a3d4330
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 @@ -42,7 +42,7 @@ function Venue({ city }) {
</Heading>
<Paragraph className='mt-[24px]' textColor='text-white'>{city.description}</Paragraph>

<Heading typeStyle='lg' className='text-white mt-[24px]'>
<Heading typeStyle='lg' className='text-white mt-[24px] hover:underline'>
<a href={city.map} target='_blank' rel="noreferrer">
{city.address}
</a>
Expand Down

0 comments on commit a3d4330

Please sign in to comment.