Skip to content

Commit 66b0e79

Browse files
authored
Merge pull request #1 from mcappy/feature
changed app text
2 parents dbe86c6 + 8d6c17a commit 66b0e79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ function App() {
66
<div className="App">
77
<header className="App-header">
88
<img src={logo} className="App-logo" alt="logo" />
9-
<p>Hi there!</p>
9+
<p>I was changed on the feature branch</p>
1010
<a
1111
className="App-link"
1212
href="https://reactjs.org"

0 commit comments

Comments
 (0)