Skip to content

Commit

Permalink
prueba img tailwind
Browse files Browse the repository at this point in the history
  • Loading branch information
clara7227 committed Oct 16, 2024
1 parent eec8ca1 commit ed97715
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export default function Page() {
</Button>
</BannerContent>
<Image
src="assets/fondos/background_banner.png"
src="placeholder.png"
alt="Descripción de la imagen"
fit="cover"
hasBadge={false}
Expand Down
2 changes: 1 addition & 1 deletion tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ module.exports = {
'2xl': '1536px',
},
backgroundImage: {
'main': "url('/assets/fondos/background_banner.png')",
'main': "url('/boiler/assets/fondos/background_banner.png')",
}
},
plugins: [
Expand Down

0 comments on commit ed97715

Please sign in to comment.