Skip to content

Commit e097081

Browse files
committed
Merge branch 'feat/devtron-license' of https://github.com/devtron-labs/devtron-fe-common-lib into feat/activate-license
2 parents 7130706 + 2dfd797 commit e097081

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Shared/Components/Header/HelpNav.tsx

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -107,15 +107,14 @@ const HelpNav = ({
107107
</a>
108108
{isEnterprise && index === 1 && (
109109
<>
110-
<div
111-
role="button"
112-
tabIndex={0}
113-
className="help-card__option flexbox dc__align-items-center cn-9 dc__gap-12 fs-14"
110+
<button
111+
type="button"
112+
className="dc__transparent help-card__option flexbox dc__align-items-center cn-9 dc__gap-12 fs-14"
114113
onClick={handleOpenLicenseInfoDialog}
115114
>
116115
<Icon name="ic-devtron" color="N600" size={20} />
117116
About Devtron
118-
</div>
117+
</button>
119118
<div className="help__enterprise pl-8 pb-4-imp pt-4-imp dc__gap-12 flexbox dc__align-items-center h-28">
120119
Enterprise Support
121120
</div>

0 commit comments

Comments
 (0)