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 committed by Sebastian Malton
parent e493f982d2
commit 6520f2d767

View File

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