Skip to content

Commit 4f7d813

Browse files
authored
Merge pull request #58 from yrjarv/shorter-about-mobile
Manually replaces "About CYB" with "About" on mobile
2 parents 0972970 + 99e5190 commit 4f7d813

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)