Skip to content

Commit

Permalink
fix: add linebreak to delete dialog
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkimirti committed Nov 18, 2024
1 parent aed0c8d commit 0597ea2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ export function DeleteAlertDialog({
{deletionType === "item" ? "Delete Item" : "Delete Key"}
</AlertDialogTitle>
<AlertDialogDescription className="mt-5">
Are you sure you want to delete this {deletionType}? This action cannot be undone.
Are you sure you want to delete this {deletionType}?<br />
This action cannot be undone.
</AlertDialogDescription>
</AlertDialogHeader>
<AlertDialogFooter>
Expand Down

0 comments on commit 0597ea2

Please sign in to comment.