Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #2 from NicholasLindner/newText
Browse files Browse the repository at this point in the history
Merge teammates newText branch to main
  • Loading branch information
NicholasLindner authored Jan 23, 2024
2 parents c0e0407 + d1a41fc commit 5630815
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,13 +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>
<p> My name is Nicholas Lindner and this is my project </p>
<img src={logo} className="App-logo" alt="logo" />
<p>
Hello World! This is our team project.
</p>
</header>
</div>
);
Expand Down

0 comments on commit 5630815

Please sign in to comment.