mirror of
https://github.com/toeverything/AFFiNE.git
synced 2024-11-30 05:34:21 +03:00
feat: add workspace-setting active
This commit is contained in:
parent
779463dada
commit
a80e15042a
@ -153,16 +153,11 @@ export const WorkSpaceSliderBar = () => {
|
||||
</IconButton>
|
||||
</StyledListItem>
|
||||
<FavoriteList showList={showSubFavorite} />
|
||||
<StyledListItem
|
||||
onClick={() => {
|
||||
// setShowWorkspaceSetting(true);
|
||||
}}
|
||||
>
|
||||
<StyledListItem active={router.asPath === paths.setting}>
|
||||
<StyledLink href={{ pathname: paths.setting }}>
|
||||
<FavouritesIcon />
|
||||
<SettingsIcon />
|
||||
{t('Setting')}
|
||||
</StyledLink>
|
||||
<SettingsIcon />
|
||||
</StyledListItem>
|
||||
|
||||
{/* <WorkspaceSetting
|
||||
|
Loading…
Reference in New Issue
Block a user