Skip to content

Commit 71bf439

Browse files
committed
Remove templates from nav
1 parent 09ce0ec commit 71bf439

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

site/src/components/NavbarView/NavbarView.tsx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,6 @@ export const NavbarView: React.FC<NavbarViewProps> = ({ user, onSignOut, display
3030
Workspaces
3131
</NavLink>
3232
</ListItem>
33-
<ListItem button className={styles.item}>
34-
<NavLink className={styles.link} to="/templates">
35-
Templates
36-
</NavLink>
37-
</ListItem>
3833
</List>
3934
<div className={styles.fullWidth} />
4035
{displayAdminDropdown && <AdminDropdown />}

site/src/theme/overrides.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ export const getOverrides = (palette: PaletteOptions) => {
1414
},
1515
MuiButton: {
1616
root: {
17+
// Prevents a loading button from collapsing!
18+
minHeight: 42,
1719
fontWeight: "regular",
1820
fontFamily: MONOSPACE_FONT_FAMILY,
1921
fontSize: 16,

0 commit comments

Comments
 (0)