Skip to content

Commit 7b0a678

Browse files
authored
Site: Remove extra chars at main page (#1658)
1 parent 1769d24 commit 7b0a678

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/src/pages/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const features = [
2222
content: (
2323
<p>
2424
<strong>Designed to work with React's component model</strong>.
25-
{' '} You define how to extract the values your component needs from Redux, and your component receives them as props.",
25+
{' '} You define how to extract the values your component needs from Redux, and your component receives them as props.
2626
</p>
2727
),
2828
image: <img src="img/noun_Check_1870817.svg" />,
@@ -42,7 +42,7 @@ const features = [
4242
{
4343
content: (
4444
<p>
45-
Automatically implements <strong>complex performance optimizations</strong>, so that your own component only re-renders when the data it needs has actually changed.',
45+
Automatically implements <strong>complex performance optimizations</strong>, so that your own component only re-renders when the data it needs has actually changed.
4646
</p>
4747
),
4848
image: <img src="img/noun_Rocket_1245262.svg" />,

0 commit comments

Comments
 (0)