1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

Add space to the Rollback dialog header

Signed-off-by: Juho Heikka <juho.heikka@gmail.com>
This commit is contained in:
Juho Heikka 2023-05-25 16:57:12 +03:00
parent 90c449cc0d
commit d9df25922b

View File

@ -103,7 +103,7 @@ class NonInjectedReleaseRollbackDialog extends React.Component<ReleaseRollbackDi
<Wizard
header={(
<h5>
Rollback
{"Rollback "}
<b>{release.getName()}</b>
</h5>
)}