Skip to content

Commit

Permalink
Docs: 오타 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
KKangHHee committed May 18, 2024
1 parent 3680a90 commit 76ffb2b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/pages/PaymentPage/Redirect/PaymentFailPage.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import { useLocation, useNavigate } from "react-router-dom";
import "./PaymentFailPage.css";
import useFetchPaymentFail from "../../../hooks/useFetchPaymentFail";
import { IMAGES } from "../../../constants/images";
import useFetchPaymentFail from "../../../hooks/useFetchPaymentFail";
import "./PaymentFailPage.css";

const PaymentFailPage = () => {
const navigate = useNavigate();
Expand Down Expand Up @@ -30,7 +30,7 @@ const PaymentFailPage = () => {
<div className="payment-fail-page__title">결제 실패</div>

<div className="payment-fail-page__notice">
네트워크 및 통장 잔액를 확인해주세요
네트워크 및 통장 잔액을 확인해주세요
</div>

<div
Expand Down

0 comments on commit 76ffb2b

Please sign in to comment.