Skip to content

Commit 7d0022e

Browse files
committed
Modified hello-world example
1 parent 1349493 commit 7d0022e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/templates/home.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,7 +324,7 @@ class HelloMessage extends React.Component {
324324
render() {
325325
return (
326326
<div>
327-
Hello {this.props.name}
327+
Hi {this.props.name}
328328
</div>
329329
);
330330
}

0 commit comments

Comments
 (0)