Skip to content

Commit c591b9b

Browse files
v11 release guide patch
1 parent 0fe408e commit c591b9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docusaurus/docs/React/release-guides/upgrade-to-v11.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -75,10 +75,10 @@ const customReactionOptions = [
7575
name: 'Rick Roll',
7676
},
7777
{
78-
Component: () => <>❤️</>
78+
Component: () => <>❤️</>,
7979
type: 'love',
80-
name: "Heart"
81-
}
80+
name: 'Heart',
81+
},
8282
];
8383
```
8484

0 commit comments

Comments
 (0)