Skip to content
This repository was archived by the owner on Jan 19, 2023. It is now read-only.

Commit 736026c

Browse files
committed
Make captions less interesting
1 parent 67e2326 commit 736026c

File tree

1 file changed

+10
-17
lines changed

1 file changed

+10
-17
lines changed

src/examples/cats/app.js

Lines changed: 10 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -62,30 +62,23 @@ const titles = [
6262
];
6363

6464
const captions = [
65+
'Cat in the snow',
6566
'',
66-
'Sad kitten wants a hug',
6767
(<p>
6868
.. not in the&nbsp;
6969
<em>
7070
mood
7171
</em>
72-
&nbsp;for games right now
73-
</p>),
74-
(<p>
75-
Meow!? What do you mean by «Earth is&nbsp;
76-
<strong>
77-
round
78-
</strong>
79-
»? Are you&nbsp;
80-
<em>
81-
absolutely
82-
</em>
83-
&nbsp;
84-
<strong>
85-
sure
86-
</strong>
87-
&nbsp;you know what you&#39;re talking about?
72+
&nbsp;for games right now<br />
73+
...<br />
74+
...<br />
75+
...<br />
76+
...<br />
77+
...<br />
78+
...<br />
79+
C&#39;mon. Seriously.
8880
</p>),
81+
'',
8982
];
9083

9184
const App = React.createClass({

0 commit comments

Comments
 (0)