We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 195a1c8 commit 48d1693Copy full SHA for 48d1693
pages/components/platform/index.tsx
@@ -53,7 +53,7 @@ const Platform: FC<IPlatformProps> = ({}) => {
53
{
54
Options.map((option, index) => {
55
return (
56
- <div>
+ <div key={index}>
57
<div className={styles.imgWrapper} style={{backgroundColor: option.background}}>
58
<Image src={option.image as unknown as string} unoptimized={true}
59
priority={true}
0 commit comments