feat: add kccb logo in to modal

This commit is contained in:
2025-09-02 16:21:56 +05:30
parent d962b674d4
commit 9c29ddfacb
4 changed files with 3 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ import { generateOTP } from '@/app/OTPGenerator';
import OutsideQuickPay from "./outside_quick_pay"; import OutsideQuickPay from "./outside_quick_pay";
import { IconRefresh } from "@tabler/icons-react"; import { IconRefresh } from "@tabler/icons-react";
import Image from "next/image"; import Image from "next/image";
import img from '../../_components/logo1.jpg' import img from '@/app/image/logo1.jpg'
interface accountData { interface accountData {
stAccountNo: string; stAccountNo: string;

View File

@@ -7,7 +7,7 @@ import { useRouter } from "next/navigation";
import { generateOTP } from '@/app/OTPGenerator'; import { generateOTP } from '@/app/OTPGenerator';
import SendToBeneficiaryOthers from "./sendBeneficiaryOthers"; import SendToBeneficiaryOthers from "./sendBeneficiaryOthers";
import Image from "next/image"; import Image from "next/image";
import img from '../../../_components/logo1.jpg' import img from '@/app/image/logo1.jpg';
interface accountData { interface accountData {
stAccountNo: string; stAccountNo: string;

View File

@@ -7,7 +7,7 @@ import { useRouter } from "next/navigation";
import { generateOTP } from '@/app/OTPGenerator'; import { generateOTP } from '@/app/OTPGenerator';
import { IconAlertTriangle } from "@tabler/icons-react"; import { IconAlertTriangle } from "@tabler/icons-react";
import Image from "next/image"; import Image from "next/image";
import img from '../../../_components/logo1.jpg' import img from '@/app/image/logo1.jpg'
interface accountData { interface accountData {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 76 KiB