upd
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user