mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 14:28:20 +01:00
fix: 🚨 Fix new Biome warning
This commit is contained in:
parent
0530c2d50a
commit
1b3dd14c3d
|
|
@ -209,6 +209,7 @@ function NavigationGroup({
|
||||||
{link.href === pathname &&
|
{link.href === pathname &&
|
||||||
sections.length > 0 && (
|
sections.length > 0 && (
|
||||||
<motion.ul
|
<motion.ul
|
||||||
|
// biome-ignore lint/a11y/useSemanticElements: already a <ul>
|
||||||
role="list"
|
role="list"
|
||||||
initial={{ opacity: 0 }}
|
initial={{ opacity: 0 }}
|
||||||
animate={{
|
animate={{
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue