Skip to content

Commit

Permalink
fix: fix navigation
Browse files Browse the repository at this point in the history
  • Loading branch information
Melichka committed Sep 2, 2024
1 parent 7d0fb8f commit 044cb32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/frontend/src/pages/report/Report.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const ReportPage: React.FC = () => {
<Container>
<NavButtonContainer>
<StyledBreadcrumbs aria-label="breadcrumb">
<NavButton to="/projects" icon={<HomeIcon fontSize="small" />}>
<NavButton to="/" icon={<HomeIcon fontSize="small" />}>
{t("projectList")}
</NavButton>
<NavButton to="/projects/1">{t("projectName", { name: "Название проекта" })}</NavButton>
Expand Down

0 comments on commit 044cb32

Please sign in to comment.