mirror of
https://github.com/versia-pub/docs.git
synced 2026-03-13 02:49:16 +01:00
fix: 🚨 Fix new Biome warning
This commit is contained in:
parent
0530c2d50a
commit
1b3dd14c3d
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue