Skip to content

Commit 5ba5339

Browse files
committed
Rename projects navbar item to templates
1 parent eee1702 commit 5ba5339

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

site/src/components/Navbar/NavbarView.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export const NavbarView: React.FC<NavbarViewProps> = ({ user, onSignOut }) => {
2323
</NavLink>
2424
</ListItem>
2525
<ListItem button className={styles.item}>
26-
<NavLink className={styles.link} to="/projects">
27-
Projects
26+
<NavLink className={styles.link} to="/templates">
27+
Templates
2828
</NavLink>
2929
</ListItem>
3030
</List>

0 commit comments

Comments
 (0)