From d40b1a6853de5e363644de92dafa35642bbed75c Mon Sep 17 00:00:00 2001 From: Matt Date: Fri, 31 Oct 2025 19:02:10 +0100 Subject: [PATCH] Replace carbon offset icon with Lucide Leaf icon MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- src/pages/CheckoutSuccess.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/CheckoutSuccess.tsx b/src/pages/CheckoutSuccess.tsx index 25e567a..b5a46f9 100644 --- a/src/pages/CheckoutSuccess.tsx +++ b/src/pages/CheckoutSuccess.tsx @@ -1,5 +1,6 @@ import { useEffect, useState } from 'react'; import { motion } from 'framer-motion'; +import { Leaf } from 'lucide-react'; import { getOrderDetails } from '../api/checkoutClient'; import { OrderDetailsResponse } from '../types'; import { CarbonImpactComparison } from '../components/CarbonImpactComparison'; @@ -342,9 +343,7 @@ export default function CheckoutSuccess({

{order.tons} tons COâ‚‚

- - - +