Add settings page (#273)
* Add settings page * Add 'soon' pill and logout * Refactor components and layout * Begin improving mobile display * Add stories and refactor
This commit is contained in:
@ -57,6 +57,14 @@ export const CommandMenu = ({ initiallyOpen = false }) => {
|
||||
>
|
||||
Companies
|
||||
</StyledItem>
|
||||
<StyledItem
|
||||
onSelect={() => {
|
||||
setOpen(false);
|
||||
navigate('/settings/profile');
|
||||
}}
|
||||
>
|
||||
Settings
|
||||
</StyledItem>
|
||||
</StyledGroup>
|
||||
</StyledList>
|
||||
</StyledDialog>
|
||||
|
||||
Reference in New Issue
Block a user