Skip to content

Commit

Permalink
secret 파라미터 삭제
Browse files Browse the repository at this point in the history
  • Loading branch information
rlaisqls committed Dec 26, 2023
1 parent 56805e2 commit ae24e91
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manage/ProjectList.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const ProjectList = () => {
return (
<div className="bg-gray-100 p-4">
<h1 className="text-[20px] font-bold mb-4">등록된 프로젝트 목록 ({data.filter((item) => item.isApproved).length})</h1>
<a href={"/admin/approve?secret=" + secret}>
<a href={"/admin/approve"}>
<h1 className="text-[20px] text-slate-400 font-bold mb-4">요청된 프로젝트 목록 ({data.filter((item) => !item.isApproved).length})</h1>
</a>
<div>
Expand Down

0 comments on commit ae24e91

Please sign in to comment.