mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-01 13:47:27 +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'>
|
<div className='links-container'>
|
||||||
<ol className='links-wrapper'>
|
<ol className='links-wrapper'>
|
||||||
{links.map(({ level, header, description, link }) => (
|
{links.map(({ level, header, description, link }) => (
|
||||||
<li>
|
<li key={header}>
|
||||||
<LinkBox
|
<LinkBox
|
||||||
level={level}
|
level={level}
|
||||||
header={header}
|
header={header}
|
||||||
|
Loading…
Reference in New Issue
Block a user