1
0
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:
Thomas Heartman 2024-01-31 11:46:00 +09:00
parent 48771898aa
commit 92aa0a78c7
No known key found for this signature in database
GPG Key ID: BD1F880DAED1EE78

View File

@ -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}