From 938eb2f0fdc95cf9fa4109373ea1823d3ae172f7 Mon Sep 17 00:00:00 2001 From: Liam Swayne Date: Sat, 9 Mar 2024 16:15:13 -0500 Subject: [PATCH] rename vars --- site/calculator.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/calculator.html b/site/calculator.html index 82451b0..681ae09 100644 --- a/site/calculator.html +++ b/site/calculator.html @@ -241,9 +241,9 @@

Results

case 'organization1': return 1; // Donation to National Forest Foundation case 'organization2': - return 1; // Donation to organization 2 + return 1; // Donation to #TeamTrees case 'organization3': - return 1; // Donation to organization 3 + return 1; // Donation to One Tree Planted default: console.error(`Unknown organizationId: ${organizationId}`); }