conmatic changes in avatar header menu drop down
- add link for settings - remove billing
This commit is contained in:
parent
bab312b9ee
commit
435fa730b6
@ -193,3 +193,9 @@
|
||||
.small-text {
|
||||
font-size: 12px;
|
||||
}
|
||||
|
||||
.layout-wrapper:not(.layout-horizontal)
|
||||
.layout-navbar
|
||||
.dropdown-menu[data-bs-popper] {
|
||||
inset-block-start: 100%;
|
||||
}
|
||||
|
@ -602,7 +602,7 @@ const Header = () => {
|
||||
<span className="align-middle">My Profile</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<li onClick={handleProfilePage}>
|
||||
<a
|
||||
aria-label="go to setting "
|
||||
className="dropdown-item cusor-pointer"
|
||||
@ -611,7 +611,7 @@ const Header = () => {
|
||||
<span className="align-middle">Settings</span>
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
{/* <li>
|
||||
<a
|
||||
aria-label="go to billing "
|
||||
className="dropdown-item cusor-pointer"
|
||||
@ -626,8 +626,10 @@ const Header = () => {
|
||||
</span>
|
||||
</span>
|
||||
</a>
|
||||
</li>
|
||||
<li onClick={openChangePassword}> {/* Use the function from the context */}
|
||||
</li> */}
|
||||
<li onClick={openChangePassword}>
|
||||
{" "}
|
||||
{/* Use the function from the context */}
|
||||
<a
|
||||
aria-label="go to profile"
|
||||
className="dropdown-item cusor-pointer"
|
||||
|
Loading…
x
Reference in New Issue
Block a user