Skip to content

Commit 0cdb833

Browse files
committed
fix: Add spaces around data loss warning
1 parent cb8e763 commit 0cdb833

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ConfirmDeletionModal.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ export function ConfirmDeletionModal({
5454
<TriangleAlert className="inline-block size-5" /> <span>Warning</span>
5555
</p>
5656
<p className="pt-2 text-base">
57-
By {presentParticiple.toLowerCase()} {typeOfThingBeingDeleted}
58-
<span className="font-semibold">{nameOfThingBeingDeleted}</span>
57+
By {presentParticiple.toLowerCase()} {typeOfThingBeingDeleted}{' '}
58+
<span className="font-semibold">{nameOfThingBeingDeleted}</span>{' '}
5959
you will lose the data stored in it permanently.
6060
</p>
6161
</div>

0 commit comments

Comments
 (0)