Skip to content

Commit

Permalink
Imported gatorLogo from ./gator.gif
Browse files Browse the repository at this point in the history
updated gatorlogo from ./gator.gif

1.0.1
  • Loading branch information
rtruong3775 committed Feb 5, 2025
1 parent 242861e commit ddb20e6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "my-app",
"version": "0.1.0",
"version": "1.0.1",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
4 changes: 2 additions & 2 deletions src/App.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
import logo from './logo.svg';
import gatorLogo from './gator.gif';
import './App.css';

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

0 comments on commit ddb20e6

Please sign in to comment.