format
This commit is contained in:
parent
ddb9af4d57
commit
6170eef441
3 changed files with 8 additions and 3 deletions
|
|
@ -15,4 +15,6 @@ vite.config.js
|
|||
!**/*.mjs
|
||||
**/*.tsx
|
||||
**/*.ts
|
||||
**/*.json
|
||||
**/*.json
|
||||
**/dev-dist
|
||||
**/dist
|
||||
|
|
@ -8,4 +8,5 @@ packages/mini/krill-parser.js
|
|||
packages/xen/tunejs.js
|
||||
paper
|
||||
pnpm-lock.yaml
|
||||
pnpm-workspace.yaml
|
||||
pnpm-workspace.yaml
|
||||
**/dev-dist
|
||||
|
|
@ -36,7 +36,9 @@ export default function MobileNav({ sidebar }) {
|
|||
as="a"
|
||||
href={`/${item.link}`}
|
||||
className={classNames(
|
||||
item.current ? 'bg-background text-white' : 'text-gray-300 hover:bg-lineHighlight hover:text-white',
|
||||
item.current
|
||||
? 'bg-background text-white'
|
||||
: 'text-gray-300 hover:bg-lineHighlight hover:text-white',
|
||||
'block px-3 py-2 rounded-md text-base font-medium',
|
||||
)}
|
||||
aria-current={item.current ? 'page' : undefined}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue