Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Docs: 오타 수정 누락 #314

Merged
merged 2 commits into from
May 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading