Skip to content

Commit

Permalink
feat: 프로젝트 삭제 시 프로젝트 이름을 복사할 수 없도록 함
Browse files Browse the repository at this point in the history
  • Loading branch information
surinkwon committed Sep 18, 2024
1 parent 9230c6f commit d6a05ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/components/setting/ProjectDeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ const ProjectDeleteModal = ({
</div>
<p className="mb-10 text-lg">프로젝트 삭제 후 되돌릴 수 없습니다.</p>
<div className="flex flex-col gap-2">
<p className="text-sm font-bold">
<p className="text-sm font-bold select-none">
삭제하시려면 "{projectTitle}"을(를) 입력해주세요.
</p>
<input
Expand Down

0 comments on commit d6a05ad

Please sign in to comment.