From 602348fe0460662888e758b6d25e24b4f62f58c7 Mon Sep 17 00:00:00 2001 From: KaiKaiai Date: Mon, 22 Apr 2024 13:24:54 +1000 Subject: [PATCH] fix(Invoice.tsx): Update President and Treasuer information --- src/components/Invoice.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/Invoice.tsx b/src/components/Invoice.tsx index 6f56bf9..3a4e722 100644 --- a/src/components/Invoice.tsx +++ b/src/components/Invoice.tsx @@ -487,16 +487,16 @@ export function InvoiceDocument(props: InvoiceProps) { ContactInfo: { tips: "if you have any questions/concerns regarding this invoice, please contact:", contact1: { - name: "Jian Pan", + name: "Cinque Howells", title: "President", email: "president@cissa.org.au", - worktel: "+61 422 556 845", + worktel: "+61 435 087 999", }, contact2: { - name: "Selena Lee", + name: "Jennifer Soo", title: "Treasurer", email: "treasurer@cissa.org.au", - worktel: "+61 405 290 939", + worktel: "+61 405 553 549", }, }, };