Skip to content

Commit

Permalink
fix: Add breadcrumbs to ResultView and adjust typography in BadSmellL…
Browse files Browse the repository at this point in the history
…ist (#1455)
  • Loading branch information
MartinWitt committed Jan 13, 2024
1 parent 6d0e6da commit 0cb3f9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/component/BadSmellList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ export default function BadSmellList({ project, hash }: BadSmellListProps) {

return (
<div>
<Typography variant="h2" align="center">
<Typography variant="h3" align="center" margin={2}>
Bad Smells
</Typography>
<br />
Expand Down
1 change: 1 addition & 0 deletions frontend/src/pages/ResultView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function ResultView() {
}
return (
<>
<AppBreadcrumbs items={breadcrumbItems} />
<AppProjectCard project={project} />
<HashDisplay hash={hash} />
<Divider />
Expand Down

0 comments on commit 0cb3f9b

Please sign in to comment.