diff --git "a/qwilight-fe/src/app/\133language\135/remit/page.tsx" "b/qwilight-fe/src/app/\133language\135/remit/page.tsx" index 0da4123..01c98f6 100644 --- "a/qwilight-fe/src/app/\133language\135/remit/page.tsx" +++ "b/qwilight-fe/src/app/\133language\135/remit/page.tsx" @@ -4,7 +4,7 @@ import { useTranslations } from "next-intl"; import Stack from "react-bootstrap/Stack"; -import toss from "@/assets/toss.png"; +import remit from "@/assets/remit.png"; export default function Page() { const t = useTranslations(); @@ -14,7 +14,7 @@

{t("remit0")}

{t("remit1")} {t("remit2")} - + ); } diff --git a/qwilight-fe/src/assets/remit.png b/qwilight-fe/src/assets/remit.png new file mode 100644 index 0000000..6988330 --- /dev/null +++ b/qwilight-fe/src/assets/remit.png Binary files differ diff --git a/qwilight-fe/src/assets/toss.png b/qwilight-fe/src/assets/toss.png deleted file mode 100644 index 6988330..0000000 --- a/qwilight-fe/src/assets/toss.png +++ /dev/null Binary files differ