This commit is contained in:
2025-07-27 10:44:16 +05:00
parent 5b1464b5a4
commit 95613b9673
+2 -1
View File
@@ -25,7 +25,8 @@ function UnitTypeCard({ project, type }: { project: Project; type: UnitType }) {
<img
src={`/images/unit-types/${project.slug}/${type.slug}${
type.slug.includes("loft") ? "-lower" : ""
}-left.jpg`}
}${type.slug !== "2-bedroom-b" ? "-left" : ""}.jpg`}
// костыль для единственной незеркальной хаты
alt=""
/>
</div>