Skip to content

Commit

Permalink
fix: confirm delete button (#322)
Browse files Browse the repository at this point in the history
  • Loading branch information
syrok94 authored Jun 27, 2024
1 parent 83783e2 commit 0eac26b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/cubes/DeleteModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function DeleteModal({
className="px-5 py-2 text-sm font-medium text-center text-white transition duration-200 bg-red-500 border border-red-500 rounded-md hover:border-red-600 hover:bg-red-600"
autoFocus={true}
>
{t("Inputs.cancel")}
{t("Inputs.delete")}
</button>
</div>
</div>
Expand Down

0 comments on commit 0eac26b

Please sign in to comment.