From 838f4f6389ed0252ae4cbf155085523710191334 Mon Sep 17 00:00:00 2001 From: kirukib Date: Sun, 14 Dec 2025 22:51:29 +0300 Subject: [PATCH] - --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b8676ff..b5b56a5 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,13 @@ A React Email project for creating and previewing email templates for the Amba a ## Features -- 🎨 5 email templates matching the Amba app design: +- 🎨 6 email templates matching the AmbaPay app design: - Welcome Email - Transaction Complete - Event Ticket (with QR code) - Payment Request - Referral Success + - Waitlist - 🖼️ Interactive preview page with template switcher - 🎨 Consistent theming based on Amba app design (green color scheme) - 📱 Responsive email designs @@ -101,6 +102,13 @@ Sent when someone uses the user's referral code. - `rewardAmount` (string): Reward amount earned - `transactionAmount` (string): Transaction amount +### 6. Waitlist +Sent to users who have joined the waitlist. + +**Props:** +- `userName` (string): The user's name +- `position` (number, optional): Position in the waitlist + ## Project Structure ```