Skip to content

Commit

Permalink
fix(SPV-1042): <u> for delete msg
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-4chain committed Oct 18, 2024
1 parent c00a789 commit 037e961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactDeleteDialog/ContactDeleteDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export const ContactDeleteDialog = ({ row }: ContactDeleteDialogProps) => {
</DialogTrigger>
<DialogContent>
<DialogHeader>
<DialogTitle>Are you sure you want to delete the contact?</DialogTitle>
<DialogTitle>Are you sure you want to <u>delete</u> the contact?</DialogTitle>
<DialogDescription className="break-all font-bold">
{row.original.paymail}
</DialogDescription>
Expand Down

0 comments on commit 037e961

Please sign in to comment.