Skip to content

Commit b214917

Browse files
committed
chore: 텍스트 변경
1 parent 9856d0c commit b214917

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/home/ButtonSection.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const ButtonSection = ({ onAddTodo }: ButtonSectionProps) => {
2424
onClick={handleAddClick}
2525
className="flex-1 rounded-xl border border-slate-300 bg-none py-4 text-center text-base font-semibold text-slate-700 transition hover:bg-slate-200 active:bg-slate-300 disabled:cursor-not-allowed disabled:opacity-60"
2626
>
27-
계획 추가하기
27+
플랜 추가하기
2828
</button>
2929
</div>
3030
);

0 commit comments

Comments
 (0)