chore: ⬆️ Upgrade dependencies
Some checks failed
Mirror to Codeberg / Mirror (push) Failing after 0s

This commit is contained in:
Jesse Wierzbinski 2025-10-08 19:44:36 +02:00
parent e83eeaa976
commit 9c8c4c83f6
No known key found for this signature in database
5 changed files with 161 additions and 192 deletions

View file

@ -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 }}