conmatic changes in avatar header menu drop down

- add link for settings
- remove billing
This commit is contained in:
Vikas Nale 2025-06-10 13:45:30 +05:30
parent bab312b9ee
commit 435fa730b6
2 changed files with 15 additions and 7 deletions

View File

@ -193,3 +193,9 @@
.small-text { .small-text {
font-size: 12px; font-size: 12px;
} }
.layout-wrapper:not(.layout-horizontal)
.layout-navbar
.dropdown-menu[data-bs-popper] {
inset-block-start: 100%;
}

View File

@ -602,7 +602,7 @@ const Header = () => {
<span className="align-middle">My Profile</span> <span className="align-middle">My Profile</span>
</a> </a>
</li> </li>
<li> <li onClick={handleProfilePage}>
<a <a
aria-label="go to setting " aria-label="go to setting "
className="dropdown-item cusor-pointer" className="dropdown-item cusor-pointer"
@ -611,7 +611,7 @@ const Header = () => {
<span className="align-middle">Settings</span> <span className="align-middle">Settings</span>
</a> </a>
</li> </li>
<li> {/* <li>
<a <a
aria-label="go to billing " aria-label="go to billing "
className="dropdown-item cusor-pointer" className="dropdown-item cusor-pointer"
@ -626,8 +626,10 @@ const Header = () => {
</span> </span>
</span> </span>
</a> </a>
</li> </li> */}
<li onClick={openChangePassword}> {/* Use the function from the context */} <li onClick={openChangePassword}>
{" "}
{/* Use the function from the context */}
<a <a
aria-label="go to profile" aria-label="go to profile"
className="dropdown-item cusor-pointer" className="dropdown-item cusor-pointer"