Skip to content

Commit

Permalink
Merge pull request #314 from KKangHHee/test
Browse files Browse the repository at this point in the history
Docs: 오타 수정 누락
  • Loading branch information
imi21123 authored May 18, 2024
2 parents 5e967e2 + 2afd680 commit 1b04d7b
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 1b04d7b

Please sign in to comment.