This commit is contained in:
2025-07-22 10:35:01 +05:00
parent a3ce7d61cc
commit 5258107194
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -1,5 +1,5 @@
VITE_API_URL=http://localhost:4002
# VITE_API_URL=http://localhost: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://irth.graff.estate/api
VITE_API_URL=https://irth.graff.estate/api
+1 -1
View File
@@ -722,7 +722,7 @@ function FloorSelect({
: SPECIAL_FLOORS.includes(hoveredFloor)
? hoveredFloor
: hoveredFloor.split(" ").at(-1)!)) ||
selectedFloor === floorTitle.split(" ").at(-1)!) &&
selectedFloor?.split(" ").at(-1) === floorTitle) &&
"fill-[#00BED7]"
)}
/>