mirror of
https://github.com/Unleash/unleash.git
synced 2025-08-27 13:49:10 +02:00
docs: add key to links iteration
This commit is contained in:
parent
48771898aa
commit
92aa0a78c7
@ -48,7 +48,7 @@ const Component = () => {
|
||||
<div className='links-container'>
|
||||
<ol className='links-wrapper'>
|
||||
{links.map(({ level, header, description, link }) => (
|
||||
<li>
|
||||
<li key={header}>
|
||||
<LinkBox
|
||||
level={level}
|
||||
header={header}
|
||||
|
Loading…
Reference in New Issue
Block a user