We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea175c3 commit c5252f3Copy full SHA for c5252f3
src/components/ConfirmDeletionModal.tsx
@@ -55,7 +55,7 @@ export function ConfirmDeletionModal({
55
</p>
56
<p className="pt-2 text-base">
57
By {presentParticiple.toLowerCase()} {typeOfThingBeingDeleted}
58
- <span className="font-semibold">{nameOfThingBeingDeleted} </span>
+ <span className="font-semibold"> {nameOfThingBeingDeleted} </span>
59
you will lose the data stored in it permanently.
60
61
</div>)}
0 commit comments