mirror of
https://github.com/Hestia-Homes/assessment-model.git
synced 2026-06-08 11:37:25 +00:00
temp removed map
This commit is contained in:
parent
24527703be
commit
bd3a141e2b
1 changed files with 4 additions and 4 deletions
|
|
@ -8,7 +8,6 @@ import {
|
|||
BoltIcon,
|
||||
CurrencyDollarIcon,
|
||||
ArrowTrendingUpIcon,
|
||||
CalendarIcon,
|
||||
HomeIcon,
|
||||
} from "@heroicons/react/24/outline";
|
||||
import { getPropertyMeta } from "../utils";
|
||||
|
|
@ -208,12 +207,13 @@ export default async function SolarAnalysisPage({
|
|||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<div className="w-1/2 flex items-center justify-center">
|
||||
<img
|
||||
<div className="w-1/2 flex items-center justify-center bg-gray-500">
|
||||
<div>Map not currently available</div>
|
||||
{/* <img
|
||||
src="/pfp_solar_image.png"
|
||||
alt="Solar Image"
|
||||
className="w-full h-full"
|
||||
/>
|
||||
/> */}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue