Skip to content

Commit 4dfd6f8

Browse files
committed
Merge branch 'development'
2 parents eb8b2f2 + 4f7d813 commit 4dfd6f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/layout/AppBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ function NavElementSmallScreen(item, index, iconProps, currentPath) {
163163
}}
164164
primary={
165165
<Typography key={`link_snav${index}_typography`} variant="caption">
166-
{item.name}
166+
{item.name == "About CYB" ? "About" : item.name}
167167
</Typography>
168168
}
169169
/>

0 commit comments

Comments
 (0)