Skip to content

Commit a8e1045

Browse files
author
Diana Cheng
committed
correcting the tiles
1 parent a8a544d commit a8e1045

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/pages/Ambientes.tsx

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ const Ambientes = () => {
2626
{
2727
id: 4,
2828
src: "/images/aa9d76ff-8848-4755-86de-03cea8769a8f.webp",
29-
alt: "Ambiente relajante",
30-
title: "Ambiente Relajante"
29+
alt: "Área de Esterilización",
30+
title: "Área de Esterilización"
3131
}
3232
];
3333

@@ -64,8 +64,6 @@ const Ambientes = () => {
6464
<div className="absolute bottom-6 left-6 text-white">
6565
<h3 className="text-xl font-semibold mb-2">{image.title}</h3>
6666
<div className="flex items-center space-x-2">
67-
<Camera className="h-4 w-4" />
68-
<span className="text-sm">Ver detalles</span>
6967
</div>
7068
</div>
7169
</div>

0 commit comments

Comments
 (0)