You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: website/src/pages/index.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ const features = [
22
22
content: (
23
23
<p>
24
24
<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.
26
26
</p>
27
27
),
28
28
image: <imgsrc="img/noun_Check_1870817.svg"/>,
@@ -42,7 +42,7 @@ const features = [
42
42
{
43
43
content: (
44
44
<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.
0 commit comments