fix(fc-billing): switch manage billing to a button instead of div (#32248)
This commit is contained in:
parent
90de57730d
commit
3cd9b577e2
1 changed files with 1 additions and 1 deletions
|
|
@ -39,7 +39,7 @@ function setErrorMessage(message) {
|
|||
|
||||
function addManageBillingDropdown() {
|
||||
$(".dropdown-navbar-user .dropdown-menu .dropdown-divider").before(
|
||||
`<div class="dropdown-item login-to-fc" target="_blank">Manage Billing</div>`
|
||||
`<button class="dropdown-item login-to-fc" target="_blank">Manage Billing</button>`
|
||||
);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue