diff --git a/src/components/popups/UnitPopup.tsx b/src/components/popups/UnitPopup.tsx index 0a4bb1d..7f27b8b 100644 --- a/src/components/popups/UnitPopup.tsx +++ b/src/components/popups/UnitPopup.tsx @@ -11,7 +11,7 @@ export interface UnitPopupProps { floor: string; } -function UnitPopup({ unitType, square, block, floor }: UnitPopupProps) { +function UnitPopup({ unitType, block, floor }: UnitPopupProps) { const { side, setPopup, setHasBackdrop } = usePopupStore(); return ( @@ -23,7 +23,7 @@ function UnitPopup({ unitType, square, block, floor }: UnitPopupProps) { setPopup(null); setHasBackdrop(false); }} - className="absolute top-1 right-1 max-md:hidden pointer-events-auto" + className="max-md:hidden absolute top-1 right-1 pointer-events-auto" >
- {unitType}, {square} m² + {unitType} + {/* , {square} m² */}
{block}
@@ -40,8 +41,8 @@ function UnitPopup({ unitType, square, block, floor }: UnitPopupProps) {{floor}