mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 08:19:07 +00:00
Merge pull request #16413 from strapi/fix/keys-on-social-links
Fix a keys problem with the social links on homepage
This commit is contained in:
commit
04be2176ba
@ -187,7 +187,7 @@ const SocialLinks = () => {
|
|||||||
<GridGap>
|
<GridGap>
|
||||||
{socialLinksExtended.map(({ icon, link, name }) => {
|
{socialLinksExtended.map(({ icon, link, name }) => {
|
||||||
return (
|
return (
|
||||||
<GridItem col={6} s={12} key={name}>
|
<GridItem col={6} s={12} key={name.id}>
|
||||||
<LinkCustom size="L" startIcon={icon} variant="tertiary" href={link} isExternal>
|
<LinkCustom size="L" startIcon={icon} variant="tertiary" href={link} isExternal>
|
||||||
{formatMessage(name)}
|
{formatMessage(name)}
|
||||||
</LinkCustom>
|
</LinkCustom>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user