Remove old code

This commit is contained in:
Jackson Harper
2023-08-31 17:50:09 +08:00
parent 8a5a523b15
commit 420e418be3

View File

@ -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>