Skip to content

Commit aa28167

Browse files
committed
Merge branch '4.x' of https://github.com/filamentphp/filamentphp.com into 4.x
2 parents c76c3be + 3d60b7c commit aa28167

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/sync.mjs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,9 @@ versions.forEach((version) => {
397397
})
398398
}
399399

400-
structure.find((item) => item.version === version).href = structure.find((item) => item.version === version).links[0].href
400+
structure.find((item) => item.version === version).href = structure.find(
401+
(item) => item.version === version,
402+
).links[0].href
401403
})
402404

403405
// write the navigation structure to a file

0 commit comments

Comments
 (0)