diff --git a/package.json b/package.json index 93eff3f..48a00de 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "projetobase", + "name": "antoniorwserra.com", "version": "0.1.0", "private": true, "dependencies": { diff --git a/src/App.js b/src/App.js index a78a527..a30fd20 100644 --- a/src/App.js +++ b/src/App.js @@ -12,10 +12,10 @@ function App() {
- - + +
diff --git a/src/components/CardList/CardList.jsx b/src/components/CardList/CardList.jsx index 75e03f0..e1949ca 100644 --- a/src/components/CardList/CardList.jsx +++ b/src/components/CardList/CardList.jsx @@ -2,7 +2,7 @@ import React from 'react'; import './CardList.css' function CardList(props){ - return + return
  • {props.article.title} diff --git a/src/components/Header/Header.jsx b/src/components/Header/Header.jsx index cea478e..ddacdee 100644 --- a/src/components/Header/Header.jsx +++ b/src/components/Header/Header.jsx @@ -6,7 +6,7 @@ function Header(){