Skip to content

Commit 3f3d293

Browse files
fix: redirection Link fix (asyncapi#467)
Co-authored-by: Ashmit Jagtap <ashmitjagtap2209@gmail.com>%0ACo-authored-by: asyncapi-bot <bot+chan@asyncapi.io>
1 parent 9f62974 commit 3f3d293

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/city-lists.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"description": "Join us for the AsyncAPI Online Conference Edition as the community unites across the globe to share experiences, collaborate, and foster meaningful connections.",
88
"img": "/img/testMic.webp",
99
"address": "AsyncAPI YouTube Channel",
10-
"map": "https://www.youtube.com/live/F9wHxd-v2f0?si=PT8BuAUKNmoLHRiM",
10+
"map": "https://www.youtube.com/playlist?list=PLbi1gRlP7pijItMBmw9SeeyWxuEa3jLR2",
1111
"sponsors": [
1212
"/img/apidays.png"
1313
],

pages/venue/[id].js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ function Venue({ city }) {
5353

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

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

0 commit comments

Comments
 (0)