Skip to content

Commit

Permalink
mudanças nos icones
Browse files Browse the repository at this point in the history
  • Loading branch information
felipeblobo committed Apr 21, 2021
1 parent 9587e36 commit f0d878f
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
Binary file added public/podcast2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion src/components/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export function Header() {
return (
<header className={styles.headerContainer}>

<img src="/podcast.png" alt="logo" />
<img src="/podcast2.png" alt="logo" />

<p>Para se manter programando .</p>

Expand Down
2 changes: 1 addition & 1 deletion src/components/Header/styles.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@
span {
margin-left: auto;
}

}

2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { Header } from "../components/Header";
export default function Home(props) {
return (
<>
{/* <p>{JSON.stringify(props.episodes)}</p> */}
<p>{JSON.stringify(props.episodes)}</p>
</>
)
}
Expand Down
1 change: 1 addition & 0 deletions src/styles/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
--purple-400: #9164fa;
--purple-500: #8257e5;
--purple-800: #6f48c9;
--purple: #514064;

--orange-400: #D56C35;
--orange-300: #f29263;
Expand Down

0 comments on commit f0d878f

Please sign in to comment.