mirror of
https://github.com/versia-pub/docs.git
synced 2025-12-06 06:18:19 +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 &&
|
||||
sections.length > 0 && (
|
||||
<motion.ul
|
||||
// biome-ignore lint/a11y/useSemanticElements: already a <ul>
|
||||
role="list"
|
||||
initial={{ opacity: 0 }}
|
||||
animate={{
|
||||
|
|
|
|||
Loading…
Reference in a new issue