feat: add kccb logo in to modal
This commit is contained in:
@@ -8,7 +8,7 @@ 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'
|
||||
import img from '@/app/image/logo1.jpg'
|
||||
|
||||
interface accountData {
|
||||
stAccountNo: string;
|
||||
|
@@ -7,7 +7,7 @@ import { useRouter } from "next/navigation";
|
||||
import { generateOTP } from '@/app/OTPGenerator';
|
||||
import SendToBeneficiaryOthers from "./sendBeneficiaryOthers";
|
||||
import Image from "next/image";
|
||||
import img from '../../../_components/logo1.jpg'
|
||||
import img from '@/app/image/logo1.jpg';
|
||||
|
||||
interface accountData {
|
||||
stAccountNo: string;
|
||||
|
@@ -7,7 +7,7 @@ import { useRouter } from "next/navigation";
|
||||
import { generateOTP } from '@/app/OTPGenerator';
|
||||
import { IconAlertTriangle } from "@tabler/icons-react";
|
||||
import Image from "next/image";
|
||||
import img from '../../../_components/logo1.jpg'
|
||||
import img from '@/app/image/logo1.jpg'
|
||||
|
||||
|
||||
interface accountData {
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 76 KiB |
Reference in New Issue
Block a user