Skip to content

Commit

Permalink
Merge branch 'development'
Browse files Browse the repository at this point in the history
  • Loading branch information
EricSvebakk committed Oct 1, 2024
2 parents eb8b2f2 + 4f7d813 commit 4dfd6f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/layout/AppBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ function NavElementSmallScreen(item, index, iconProps, currentPath) {
}}
primary={
<Typography key={`link_snav${index}_typography`} variant="caption">
{item.name}
{item.name == "About CYB" ? "About" : item.name}
</Typography>
}
/>
Expand Down

0 comments on commit 4dfd6f8

Please sign in to comment.