Skip to content

Commit

Permalink
πŸ› fix(components/pages/talks): fix links
Browse files Browse the repository at this point in the history
  • Loading branch information
ythecombinator committed Dec 18, 2023
1 parent a243b74 commit e7ce19e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/pages/talks/overview-section.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ const OverviewSection: FunctionComponent<PropsWithChildren<OverviewSectionProps>
<b>{citiesTotal}</b> cities in <b>{countriesTotal}</b> different countries.
</Typography.p>
<Typography.p>
Want me to speak at your event? Please check my <Link href={Routes.talksRider}>speaker rider</Link> and hit me
Want me to speak at your event? Please check my <Link href={`/${Routes.talksRider}`}>speaker rider</Link> and hit me
up!
</Typography.p>
<Typography.p>
Want to see how {`I'm`} doing when it comes to call-for-papers of known events? I keep an open record of my
acceptances, rejections, etc. <Link href={Routes.talksCFP}>here</Link>!
acceptances, rejections, etc. <Link href={`/${Routes.talksCFP}`}>here</Link>!
</Typography.p>
</SectionContainer>
);
Expand Down

0 comments on commit e7ce19e

Please sign in to comment.