We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e02610 commit 85f5bf0Copy full SHA for 85f5bf0
frontend/src/components/Layout/Header.tsx
@@ -55,19 +55,9 @@ export default function Header({ themeMode, toggleTheme }: { themeMode: string;
55
</span>
56
)}
57
</IconButton>
58
- <IconButton aria-label='Toggle settings' size='large' clean>
+ {/* <IconButton aria-label='Toggle settings' size='large' clean>
59
<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>
+ </IconButton> */}
71
</div>
72
73
</section>
0 commit comments