removed status info
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
VITE_API_URL=http://192.168.1.224:4002
|
||||
# VITE_API_URL=http://192.168.1.224:4002
|
||||
# VITE_API_URL=http://192.168.1.144:4002
|
||||
# VITE_API_URL=http://194.26.138.94:4002
|
||||
# VITE_API_URL=https://irthtest.online/api
|
||||
VITE_API_URL=https://irthtest.online/api
|
||||
# VITE_API_URL=https://irth.graff.estate/api
|
||||
@@ -861,7 +861,7 @@ export const projects: Project[] = [
|
||||
video: {
|
||||
title: "1 Bedroom",
|
||||
desc: "Live in the future, today",
|
||||
src: "/videos/unit-types/dubai-marina/1br_apartments_comp.mp4",
|
||||
src: "/videos/unit-types/dubai-marina/1br-apartments-comp.mp4",
|
||||
},
|
||||
interiors: [
|
||||
"/images/interiors/dubai-marina/1-bedroom-a/1.png",
|
||||
|
||||
@@ -212,7 +212,7 @@ function UnitPage() {
|
||||
{unit.balconyArea.toFixed(2)} Sqft
|
||||
</p>
|
||||
</div> */}
|
||||
<div className="flex justify-between">
|
||||
{/* <div className="flex justify-between">
|
||||
<p className="text-s opacity-70">Status</p>
|
||||
<p className="text-s">
|
||||
{unit.projectSlug === "dubai-marina" &&
|
||||
@@ -221,7 +221,7 @@ function UnitPage() {
|
||||
: unit.state.charAt(0).toUpperCase() +
|
||||
unit.state.slice(1).replace(/_/g, " ")}
|
||||
</p>
|
||||
</div>
|
||||
</div> */}
|
||||
<div className="flex justify-between">
|
||||
<p className="text-s opacity-70">Parking Space</p>
|
||||
<p className="text-s">{unit.noOfParkingSpace}</p>
|
||||
|
||||
Reference in New Issue
Block a user