mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s
This commit is contained in:
parent
e83eeaa976
commit
9c8c4c83f6
5 changed files with 161 additions and 192 deletions
|
|
@ -208,7 +208,6 @@ function NavigationGroup({
|
|||
<AnimatePresence mode="popLayout" initial={false}>
|
||||
{link.href === pathname &&
|
||||
sections.length > 0 && (
|
||||
// biome-ignore lint/a11y/useSemanticElements: already a <ul>
|
||||
<motion.ul
|
||||
role="list"
|
||||
initial={{ opacity: 0 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue