Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
RalucaElenaB committed Nov 19, 2023
1 parent 8480e12 commit 6c8bfbc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"name": "react-homework-template",
"name": "goit-react-hw-03-image-finder",
"version": "0.1.0",
"private": true,
"homepage": "https://goitacademy.github.io/react-homework-template/",
"homepage": "https://goitacademy.github.io/goit-react-hw-03-image-finder/",
"dependencies": {
"@testing-library/jest-dom": "^5.16.3",
"@testing-library/react": "^12.1.4",
Expand Down
4 changes: 2 additions & 2 deletions src/components/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ export const App = () => {
justifyContent: 'center',
alignItems: 'center',
fontSize: 40,
color: '#010101'
color: '#010101',
}}
>
React homework template
React homework template!!!!
</div>
);
};

0 comments on commit 6c8bfbc

Please sign in to comment.