do same with red docs

This commit is contained in:
Jonathan Summers-Muir
2022-12-14 01:47:41 +08:00
parent 6bc027997d
commit 948132c406
4 changed files with 29 additions and 7 deletions

View File

@@ -36,7 +36,7 @@ const NavigationMenuGuideList: React.FC<Props> = ({ id, active }) => {
// disabled
// level !== 'home' && level !== id ? '-ml-8' : '',
active ? 'opacity-0 invisible absolute' : '',
!active ? 'opacity-0 invisible absolute' : '',
].join(' ')}
>
<ul className={['relative w-full flex flex-col gap-0'].join(' ')}>