From 3f53d3c289a344f4a927f07bcdf75a920fe322e9 Mon Sep 17 00:00:00 2001 From: Neeldhara Misra Date: Mon, 6 Jul 2026 23:22:25 +0530 Subject: [PATCH] Account for nights and double meals in estimator --- src/pages/gh-cost-estimator.astro | 204 ++++++++++++++++++++++++++++-- 1 file changed, 194 insertions(+), 10 deletions(-) diff --git a/src/pages/gh-cost-estimator.astro b/src/pages/gh-cost-estimator.astro index a0db606..7ea2bbc 100644 --- a/src/pages/gh-cost-estimator.astro +++ b/src/pages/gh-cost-estimator.astro @@ -30,6 +30,7 @@ const currency = new Intl.NumberFormat("en-IN", { +