Skip to content

Commit

Permalink
Merge pull request #2 from epecriativa/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
marc3gomes authored Feb 16, 2024
2 parents 4937335 + ed15dbb commit f4eb9a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Banner/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Banner = () => {
</div>

<div className='col-span-6 flex justify-center'>
<Image src="./assets/banner/rayssa.webp" alt="Foto da Rayssa uma menina, morena de cabelo longo sorrindo." />
<Image src="./assets/banner/rayssa.webp" width={1000} height={805} alt="Foto da Rayssa uma menina, morena de cabelo longo sorrindo." />
</div>
</div>
</div>
Expand Down

0 comments on commit f4eb9a8

Please sign in to comment.