We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9856d0c commit b214917Copy full SHA for b214917
1 file changed
components/home/ButtonSection.tsx
@@ -24,7 +24,7 @@ const ButtonSection = ({ onAddTodo }: ButtonSectionProps) => {
24
onClick={handleAddClick}
25
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"
26
>
27
- 계획 추가하기
+ 플랜 추가하기
28
</button>
29
</div>
30
);
0 commit comments