Skip to content

Commit

Permalink
consertando icone do disney+ e paramount+
Browse files Browse the repository at this point in the history
consertando caminho das imagens
  • Loading branch information
anajoyceamorim authored Jul 1, 2024
2 parents d3bdda5 + ca757cf commit 2bf53c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion projeto/client/app/home/canais/disney+/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Home() {
<div className="min-h-screen bg-custom-gradient">
<main className="flex flex-col items-center justify-center flex-grow">
<img
src="projeto\client\public\disney.png"
src="\disney.png"
alt="Disney+"
width={200}
height={200}
Expand Down
2 changes: 1 addition & 1 deletion projeto/client/app/home/canais/paramount+/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export default function Home() {
<div className="min-h-screen bg-custom-gradient">
<main className="flex flex-col items-center justify-center flex-grow">
<img
src="projeto\client\public\paramount+.png"
src="\paramount+.png"
alt="paramount+"
width={200}
height={200}
Expand Down

0 comments on commit 2bf53c7

Please sign in to comment.