fix(fc-billing): switch manage billing to a button instead of div (#32248)

This commit is contained in:
Suhail 2025-04-22 17:13:59 +05:30 committed by GitHub
parent 90de57730d
commit 3cd9b577e2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>`
);
}