Skip to content

Commit

Permalink
Merge pull request #383 from jsconfjp/fix/speaker-breadcrumb
Browse files Browse the repository at this point in the history
fix: using translation for speaker breadcrumb
  • Loading branch information
Leko authored Nov 16, 2023
2 parents 360b9e9 + 3c8fc91 commit 09c0741
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2023/src/templates/speaker.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export default function Speaker(props: Props) {
ogImage={avatars.length ? avatars[0].images.sources : undefined}
/>
<ResponsiveBox>
<Breadcrumb path={[{ label: "speakers", to: "/speakers" }, title]} />
<Breadcrumb path={[{ label: t("speakers"), to: "/speakers" }, title]} />
<Title>{speakerNames}</Title>
{speakers.map((speaker, i) => (
<SpeakerBox key={speaker.uuid}>
Expand Down

0 comments on commit 09c0741

Please sign in to comment.