- 404-page added and fallback for project not found

- page nav handling for project-not-found updated
This commit is contained in:
2025-08-29 16:24:03 +05:30
parent a14f7fcf6a
commit 1b161b2176
12 changed files with 129 additions and 3 deletions

View File

@@ -88,9 +88,9 @@ const BoundingBox = ({ boundingBoxRef, isPerAsset = true }: BoundingBoxProps) =>
>
<Line
name="SelectionGroupBoundingBox"
depthWrite={false}
points={box.points}
color={savedTheme === "dark" ? "#c4abf1" : "#6f42c1"}
depthWrite={false}
lineWidth={2.7}
segments
position={[box.position[0], box.position[1], box.position[2]]}