Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
AceTheCreator committed Nov 8, 2023
1 parent bbea330 commit 3912df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ export default function Home() {
us on stage and share your valuable insights with our
enthusiastic audience!
</Paragraph>
<Link href={city.city === 'Paris' ? 'https://apidays.typeform.com/to/ILJeAaV8#event_name=xxxxx' : '/venue/Bangalore#speakers'}>
<Link legacyBehavior href={city.city === 'Paris' ? 'https://apidays.typeform.com/to/ILJeAaV8#event_name=xxxxx' : '/venue/Bangalore#speakers'}>
<a target={city.city === 'Paris' && '_blank'}>
<Button className='mt-[80px] w-[244px] border border-gray card-bg'>
Apply as a Speaker
Expand Down

0 comments on commit 3912df2

Please sign in to comment.