Skip to content

Commit 93595fc

Browse files
Merge branch 'feat/worker-pod-link' of https://github.com/devtron-labs/dashboard into feat/worker-pod-link
2 parents d3273d1 + 081f89e commit 93595fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/deploymentGroups/BulkActionEdit.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ function TitledCard({ number, completed = false, title, next, onClick, children
400400
<div className={`title-container ${completed ? 'active' : ''}`}>
401401
<div className="index flex">{number}</div>
402402
<div className="title flex left cn-9">{title}</div>
403-
<div className="next flex">{completed && typeof next === 'function' && <button className="cta" onClick={next} type="button">Next</button>}</div>
403+
<div className="next flex">{completed && typeof next === 'function' && <button className="cta flex" onClick={next} type="button">Next</button>}</div>
404404
</div>
405405
{children}
406406
</div>

0 commit comments

Comments
 (0)