fix: 🚨 Fix new Biome warning

This commit is contained in:
Jesse Wierzbinski 2024-10-18 10:52:09 +02:00
parent 0530c2d50a
commit 1b3dd14c3d
No known key found for this signature in database

View file

@ -209,6 +209,7 @@ function NavigationGroup({
{link.href === pathname &&
sections.length > 0 && (
<motion.ul
// biome-ignore lint/a11y/useSemanticElements: already a <ul>
role="list"
initial={{ opacity: 0 }}
animate={{