Skip to content

Commit 85f5bf0

Browse files
removed settings icon
1 parent 0e02610 commit 85f5bf0

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

frontend/src/components/Layout/Header.tsx

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -55,19 +55,9 @@ export default function Header({ themeMode, toggleTheme }: { themeMode: string;
5555
</span>
5656
)}
5757
</IconButton>
58-
<IconButton aria-label='Toggle settings' size='large' clean>
58+
{/* <IconButton aria-label='Toggle settings' size='large' clean>
5959
<Cog8ToothIconOutline />
60-
</IconButton>
61-
<Typography
62-
variant='subheading-large'
63-
style={{
64-
ml: 'var(--space-8)',
65-
mr: 'var(--space-8)',
66-
width: '1px',
67-
height: 'var(--space-16)',
68-
backgroundColor: 'white',
69-
}}
70-
></Typography>
60+
</IconButton> */}
7161
</div>
7262
</div>
7363
</section>

0 commit comments

Comments
 (0)