feat: add bank logo on modal

This commit is contained in:
2025-09-02 16:16:49 +05:30
parent 26efdb82f2
commit d962b674d4
5 changed files with 139 additions and 7 deletions

View File

@@ -7,6 +7,8 @@ import { useRouter } from "next/navigation";
import { generateOTP } from '@/app/OTPGenerator';
import OutsideQuickPay from "./outside_quick_pay";
import { IconRefresh } from "@tabler/icons-react";
import Image from "next/image";
import img from '../../_components/logo1.jpg'
interface accountData {
stAccountNo: string;
@@ -305,6 +307,17 @@ export default function QuickPay() {
centered
>
<Stack>
<Image
src={img}
alt="KCC Bank Logo"
width={70}
height={70}
style={{
//border: "2px solid black",
marginTop: "-5px",
marginRight: "10px",
}}
/>
<Title order={4}>Confirm Transaction</Title>
<Text><strong>Debit Account:</strong> {selectedAccNo}</Text>
<Text><strong>Payee Account:</strong> {beneficiaryAcc}</Text>