We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7130706 + 2dfd797 commit e097081Copy full SHA for e097081
src/Shared/Components/Header/HelpNav.tsx
@@ -107,15 +107,14 @@ const HelpNav = ({
107
</a>
108
{isEnterprise && index === 1 && (
109
<>
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"
+ <button
+ type="button"
+ className="dc__transparent help-card__option flexbox dc__align-items-center cn-9 dc__gap-12 fs-14"
114
onClick={handleOpenLicenseInfoDialog}
115
>
116
<Icon name="ic-devtron" color="N600" size={20} />
117
About Devtron
118
- </div>
+ </button>
119
<div className="help__enterprise pl-8 pb-4-imp pt-4-imp dc__gap-12 flexbox dc__align-items-center h-28">
120
Enterprise Support
121
</div>
0 commit comments