From c792d4980c3ca00fb28dfc8e5849d830430dd0c6 Mon Sep 17 00:00:00 2001 From: Danya Sherbini Date: Thu, 22 Aug 2024 11:27:24 -0500 Subject: [PATCH] commented out maintenance banner no longer need maintenance banner because the rent caps have been updated --- pages/calculator/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pages/calculator/index.tsx b/pages/calculator/index.tsx index 4a2901d..323ac80 100644 --- a/pages/calculator/index.tsx +++ b/pages/calculator/index.tsx @@ -15,7 +15,7 @@ import { zipAndCityFromForm } from '@/utils/zip-and-city'; import { useState } from 'react'; // Adding in a maintenance banner message (8.14.24) -function MaintenanceBanner() { +/*function MaintenanceBanner() { return (

@@ -27,6 +27,7 @@ function MaintenanceBanner() {

); } +*/ interface Props { serverProvidedLocation: Location | null; @@ -70,7 +71,7 @@ const Calculator: NextPage = function Calculator({ return ( {/* Maintenance Banner inserted below */} - + {/**/} {/* Updated margin top of image below to mt-8 in order to add more padding for mobile viewing */}