Skip to content

Commit b75b101

Browse files
authored
Merge pull request #3 from chloeimb/newText
Second requested pull request
2 parents 6c8a0fc + abca62c commit b75b101

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/App.js

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,16 @@ function App() {
55
return (
66
<div className="App">
77
<header className="App-header">
8+
<<<<<<< HEAD
89
<img src={gatorLogo} className="App-logo" alt="logo" />
910
<p> Hello World! </p>
1011
<p> My name is Chloe Imbusch and this is my project </p>
12+
=======
13+
<img src={logo} className="App-logo" alt="logo" />
14+
<p>
15+
Hello World! This is our team project.
16+
</p>
17+
>>>>>>> 242861e (added new project text)
1118
</header>
1219
</div>
1320
);

0 commit comments

Comments
 (0)