Skip to content

Commit 5f8cdd0

Browse files
committed
카테고리 뒤로가기 아이콘 통일
1 parent 7325c7b commit 5f8cdd0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/pages/category/CategoryResultPage.jsx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
import { useEffect, useState, useCallback, useRef } from "react";
22
import { useLocation, useNavigate, useSearchParams } from "react-router-dom";
33
import { useRequireAuth } from "../../hooks/useRequireAuth.js";
4+
import { MdArrowBackIosNew } from "react-icons/md";
45
import { getClothesByCategory } from "../../api/clothesApi.js";
56

67
function CategoryResultPage() {
@@ -154,9 +155,9 @@ function CategoryResultPage() {
154155
<button
155156
type="button"
156157
onClick={() => navigate("/category")}
157-
className="text-[14px] text-[#111]"
158+
className="flex items-center justify-center"
158159
>
159-
&lt; 뒤로
160+
<MdArrowBackIosNew className="text-[20px] text-[#333]" />
160161
</button>
161162
<div className="flex flex-col items-center flex-1">
162163
<span className="text-[12px] text-[#9f9f9f]">

0 commit comments

Comments
 (0)