mirror of
https://github.com/koreanbots/core.git
synced 2025-12-16 14:30:22 +00:00
style: added key props
This commit is contained in:
parent
03de5dcd75
commit
b67fc66520
@ -701,7 +701,7 @@ For more information on this, and how to apply and follow the GNU AGPL, see
|
|||||||
<p>
|
<p>
|
||||||
다음 소프트웨어들이 사용되었습니다:<br/>
|
다음 소프트웨어들이 사용되었습니다:<br/>
|
||||||
{
|
{
|
||||||
Object.keys(packageJson.dependencies).concat(Object.keys(packageJson.devDependencies)).map(el=> <><a className='text-blue-500 hover:text-blue-400' key={el} href={`https://npmjs.org/package/${el}`}>{el}</a> </>)
|
Object.keys(packageJson.dependencies).concat(Object.keys(packageJson.devDependencies)).map(el=> <span key={el}><a className='text-blue-500 hover:text-blue-400' href={`https://npmjs.org/package/${el}`}>{el}</a> </span>)
|
||||||
}
|
}
|
||||||
</p>
|
</p>
|
||||||
</Docs>
|
</Docs>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user