Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit71bf439

Browse files
committed
Remove templates from nav
1 parent09ce0ec commit71bf439

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-
<ListItembuttonclassName={styles.item}>
34-
<NavLinkclassName={styles.link}to="/templates">
35-
Templates
36-
</NavLink>
37-
</ListItem>
3833
</List>
3934
<divclassName={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)

[8]ページ先頭

©2009-2025 Movatter.jp