-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(Invoice.tsx): Update President and Treasuer information
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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", | ||
}, | ||
}, | ||
}; | ||
|