diff --git a/app/qr-test/page.tsx b/app/qr-test/page.tsx index 8ec82ec..092fe38 100644 --- a/app/qr-test/page.tsx +++ b/app/qr-test/page.tsx @@ -12,7 +12,7 @@ export default function QRTestPage() { const [fuelRate, setFuelRate] = useState('100'); const [fuelAmount, setFuelAmount] = useState('500'); const [fuelUnit, setFuelUnit] = useState<'liters' | 'gallons'>('liters'); - const [customAmount, setCustomAmount] = useState('5'); + const [customAmount, setCustomAmount] = useState('50'); const [vesselName, setVesselName] = useState(''); const [imo, setImo] = useState(''); @@ -38,7 +38,7 @@ export default function QRTestPage() { }, custom: { calculationType: 'custom' as const, - customAmount: 5, + customAmount: 100, }, }; @@ -284,14 +284,18 @@ export default function QRTestPage() { {calculationType === 'custom' && (
+ Monetary amount to spend on carbon offsets (calculator will convert to CO₂) +