mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove old code
This commit is contained in:
parent
8a5a523b15
commit
420e418be3
1 changed files with 0 additions and 10 deletions
|
|
@ -30,16 +30,6 @@ export function SettingsHeader(props: HeaderProps): JSX.Element {
|
|||
}}
|
||||
>
|
||||
<LogoBox />
|
||||
{/* <Box
|
||||
css={{
|
||||
display: 'flex',
|
||||
alignItems: 'center',
|
||||
paddingRight: '10px',
|
||||
}}
|
||||
>
|
||||
<OmnivoreNameLogo href={props.user ? '/home' : '/login'} />
|
||||
</Box> */}
|
||||
|
||||
<HStack css={{ ml: 'auto' }}>
|
||||
<PrimaryDropdown showThemeSection={true} />
|
||||
</HStack>
|
||||
|
|
|
|||
Loading…
Reference in a new issue