1
0
mirror of https://github.com/lensapp/lens.git synced 2024-09-11 09:25:26 +03: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 committed by Sebastian Malton
parent e493f982d2
commit 6520f2d767

View File

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