File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed
src/Shared/Components/CICDHistory Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -42,17 +42,16 @@ const CDEmptyState = ({
42
42
} ) => {
43
43
const handleCDEmptyStateButton = ( ) =>
44
44
actionButtonText ? (
45
- < div
46
- className = { `${
47
- actionButtonClass || 'cb-5 bcn-0 en-2'
48
- } fcn-0 fw-6 fs-13 flexbox br-4 pl-16 pr-16 pt-8 pb-8 pointer`}
45
+ < button
46
+ type = "button"
47
+ className = { `${ actionButtonClass || '' } cta secondary flex h-32` }
49
48
onClick = { actionHandler }
50
49
data-testid = { dataTestId }
51
50
>
52
51
{ ActionButtonIcon && ! actionButtonIconRight && < ActionButtonIcon className = "add-icon" /> }
53
52
{ actionButtonText }
54
53
{ ActionButtonIcon && actionButtonIconRight && < ActionButtonIcon className = "icon-dim-16 ml-8" /> }
55
- </ div >
54
+ </ button >
56
55
) : null
57
56
return (
58
57
< div className = "dc__position-rel" style = { { backgroundColor : 'var(--window-bg)' } } >
You can’t perform that action at this time.
0 commit comments