Skip to content

Commit

Permalink
fix: redirection Link fix (#467)
Browse files Browse the repository at this point in the history
Co-authored-by: Ashmit Jagtap <[email protected]>%0ACo-authored-by: asyncapi-bot <[email protected]>
  • Loading branch information
TenzDelek and asyncapi-bot authored Dec 17, 2024
1 parent 9f62974 commit 3f3d293
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config/city-lists.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"description": "Join us for the AsyncAPI Online Conference Edition as the community unites across the globe to share experiences, collaborate, and foster meaningful connections.",
"img": "/img/testMic.webp",
"address": "AsyncAPI YouTube Channel",
"map": "https://www.youtube.com/live/F9wHxd-v2f0?si=PT8BuAUKNmoLHRiM",
"map": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2",
"sponsors": [
"/img/apidays.png"
],
Expand Down
2 changes: 1 addition & 1 deletion pages/venue/[id].js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function Venue({ city }) {

<Paragraph className='mt-[24px]' textColor={textColor}>{city.description}</Paragraph>

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

0 comments on commit 3f3d293

Please sign in to comment.