Update app/src/components/temporary/SelectFloorPlan.tsx

This commit is contained in:
Vishnu 2025-05-13 14:59:19 +00:00
parent b45aa1d2ab
commit 69e7cdaf35
1 changed files with 31 additions and 31 deletions
app/src/components/temporary

View File

@ -5,7 +5,7 @@ const SelectFloorPlan: React.FC = () => {
const { currentLayout, setLayout } = useLayoutStore();
return (
<div className="select-floorplane-wrapper">
Don't have an idea? Use these presets!
Preset Layouts
<div className="presets-container">
<button
className={`preset ${currentLayout === "layout1" ? "active" : ""}`}