We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f85c138 commit 0c45861Copy full SHA for 0c45861
1 file changed
pages/hackathon/[id]/team/[tid].tsx
@@ -241,7 +241,7 @@ const ProjectPage: FC<ProjectPageProps> = observer(
241
</header>
242
243
<article className={styles.introPanel}>
244
- <Breadcrumb aria-label="breadcrumb" className={styles.breadcrumb}>
+ <Breadcrumb aria-label={t('breadcrumb')} className={styles.breadcrumb}>
245
{currentRoute.map(({ title, href }, index, { length }) => (
246
<Breadcrumb.Item
247
key={`${title}-${index}`}
0 commit comments