Skip to content

Commit

Permalink
Merge pull request #2 from rsbrooks/newText
Browse files Browse the repository at this point in the history
Merge newText branch changes to App.js paragraph text with main.
  • Loading branch information
rsbrooks authored Jan 24, 2024
2 parents 52e1a1c + 8a842e6 commit 396be48
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
import gatorLogo from './gator.gif';
import logo from './gator.gif';
import './App.css';

function App() {
return (
<div className="App">
<header className="App-header">
<img src={gatorLogo} className="App-logo" alt="logo" />
<p> Hello World! </p>
<img src={logo} className="App-logo" alt="logo" />
<p>
Hello World! This is our team project.
</p>
<p> My name is Ryan B and this is my project </p>
</header>
</div>
Expand Down

0 comments on commit 396be48

Please sign in to comment.