updates
This commit is contained in:
@@ -40,9 +40,9 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
|
||||
|
||||
return (
|
||||
<>
|
||||
{/* Main Gallery */}
|
||||
{}
|
||||
<div className="grid grid-cols-4 gap-2 h-96">
|
||||
{/* Main Image */}
|
||||
{}
|
||||
<div
|
||||
className="col-span-4 md:col-span-3 relative
|
||||
overflow-hidden rounded-lg cursor-pointer
|
||||
@@ -67,12 +67,12 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
|
||||
opacity-0 group-hover:opacity-100
|
||||
transition-opacity"
|
||||
>
|
||||
Xem ảnh lớn
|
||||
View large image
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Thumbnail Grid */}
|
||||
{}
|
||||
<div
|
||||
className="hidden md:flex flex-col gap-2
|
||||
col-span-1"
|
||||
@@ -99,7 +99,7 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
|
||||
justify-center"
|
||||
>
|
||||
<span className="text-white font-semibold">
|
||||
+{safeImages.length - 4} ảnh
|
||||
+{safeImages.length - 4} images
|
||||
</span>
|
||||
</div>
|
||||
)}
|
||||
@@ -108,7 +108,7 @@ const RoomGallery: React.FC<RoomGalleryProps> = ({
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{/* Modal Lightbox */}
|
||||
{}
|
||||
{isModalOpen && (
|
||||
<div
|
||||
className="fixed inset-0 z-50 bg-black
|
||||
|
||||
Reference in New Issue
Block a user