diff --git a/src/app/(main)/funds_transfer/page.tsx b/src/app/(main)/funds_transfer/page.tsx index 9bab3b7..f23ff1e 100644 --- a/src/app/(main)/funds_transfer/page.tsx +++ b/src/app/(main)/funds_transfer/page.tsx @@ -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; diff --git a/src/app/(main)/funds_transfer/send_beneficiary/page.tsx b/src/app/(main)/funds_transfer/send_beneficiary/page.tsx index 861cf2a..64c318e 100644 --- a/src/app/(main)/funds_transfer/send_beneficiary/page.tsx +++ b/src/app/(main)/funds_transfer/send_beneficiary/page.tsx @@ -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; diff --git a/src/app/(main)/funds_transfer/send_beneficiary/sendBeneficiaryOthers.tsx b/src/app/(main)/funds_transfer/send_beneficiary/sendBeneficiaryOthers.tsx index 82a000e..1c10886 100644 --- a/src/app/(main)/funds_transfer/send_beneficiary/sendBeneficiaryOthers.tsx +++ b/src/app/(main)/funds_transfer/send_beneficiary/sendBeneficiaryOthers.tsx @@ -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 { diff --git a/src/app/_components/logo1.jpg b/src/app/_components/logo1.jpg deleted file mode 100644 index 9aa529c..0000000 Binary files a/src/app/_components/logo1.jpg and /dev/null differ