Skip to content

Commit

Permalink
v11 release guide patch
Browse files Browse the repository at this point in the history
  • Loading branch information
arnautov-anton committed Feb 26, 2024
1 parent 0fe408e commit c591b9b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docusaurus/docs/React/release-guides/upgrade-to-v11.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ const customReactionOptions = [
name: 'Rick Roll',
},
{
Component: () => <>❤️</>
Component: () => <>❤️</>,
type: 'love',
name: "Heart"
}
name: 'Heart',
},
];
```

Expand Down

0 comments on commit c591b9b

Please sign in to comment.