Skip to content

Commit c5252f3

Browse files
Devin-Hollanddawsontoth
authored andcommitted
fix: Add a space before the cluster name in the termination window
1 parent ea175c3 commit c5252f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ConfirmDeletionModal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export function ConfirmDeletionModal({
5555
</p>
5656
<p className="pt-2 text-base">
5757
By {presentParticiple.toLowerCase()} {typeOfThingBeingDeleted}
58-
<span className="font-semibold">{nameOfThingBeingDeleted} </span>
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)