|
@@ -456,7 +456,7 @@ export function ProjectDetailPage() {
|
|
|
{/* Breadcrumb */}
|
|
{/* Breadcrumb */}
|
|
|
<div className="flex items-center gap-2 text-sm text-bambu-gray">
|
|
<div className="flex items-center gap-2 text-sm text-bambu-gray">
|
|
|
<Link to="/projects" className="hover:text-white transition-colors">
|
|
<Link to="/projects" className="hover:text-white transition-colors">
|
|
|
- {t('navigation.projects')}
|
|
|
|
|
|
|
+ {t('nav.projects')}
|
|
|
</Link>
|
|
</Link>
|
|
|
<ChevronRight className="w-4 h-4" />
|
|
<ChevronRight className="w-4 h-4" />
|
|
|
<span className="text-white">{project.name}</span>
|
|
<span className="text-white">{project.name}</span>
|