diff --git a/src/components/OffsetOrder.tsx b/src/components/OffsetOrder.tsx index 6181eee..e17cc88 100644 --- a/src/components/OffsetOrder.tsx +++ b/src/components/OffsetOrder.tsx @@ -311,24 +311,48 @@ export function OffsetOrder({ tons, monetaryAmount, onBack, calculatorType }: Pr ) : portfolio ? ( <> - {portfolios.length > 1 && ( + {portfolios.length > 0 && (
- - -

- Select which portfolio of climate projects you'd like to support. +

+ +

+ Click on a portfolio to select which climate projects you'd like to support.

)}