Skip to content

Commit 0c45861

Browse files
committed
fix: localize hackathon team breadcrumb label
1 parent f85c138 commit 0c45861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pages/hackathon/[id]/team/[tid].tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ const ProjectPage: FC<ProjectPageProps> = observer(
241241
</header>
242242

243243
<article className={styles.introPanel}>
244-
<Breadcrumb aria-label="breadcrumb" className={styles.breadcrumb}>
244+
<Breadcrumb aria-label={t('breadcrumb')} className={styles.breadcrumb}>
245245
{currentRoute.map(({ title, href }, index, { length }) => (
246246
<Breadcrumb.Item
247247
key={`${title}-${index}`}

0 commit comments

Comments
 (0)