feat: add bank logo on modal
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user