We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c260d4 commit 7de48c5Copy full SHA for 7de48c5
src/app/components/SinglePropertyDetail.tsx
@@ -22,7 +22,9 @@ const SinglePropertyDetail = ({
22
23
return (
24
<div className="w-full p-4">
25
- <Button onClick={() => setSelectedProperty(null)}> Back </Button>
+ <div className="pb-4">
26
+ <Button onClick={() => setSelectedProperty(null)}> Back </Button>
27
+ </div>
28
<div className="bg-white rounded-lg overflow-hidden">
29
<div className="relative h-48 w-full rounded-lg overflow-hidden">
30
<Image
0 commit comments