Skip to content

Commit

Permalink
fix(Invoice.tsx): Update President and Treasuer information
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiKaiai committed Apr 22, 2024
1 parent 774d8db commit 602348f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/Invoice.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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: "[email protected]",
worktel: "+61 422 556 845",
worktel: "+61 435 087 999",
},
contact2: {
name: "Selena Lee",
name: "Jennifer Soo",
title: "Treasurer",
email: "[email protected]",
worktel: "+61 405 290 939",
worktel: "+61 405 553 549",
},
},
};
Expand Down

0 comments on commit 602348f

Please sign in to comment.