conmatic changes in avatar header menu drop down
- add link for settings - remove billing
This commit is contained in:
parent
bab312b9ee
commit
435fa730b6
@ -190,6 +190,12 @@
|
|||||||
padding-left: 50px;
|
padding-left: 50px;
|
||||||
} */
|
} */
|
||||||
|
|
||||||
.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%;
|
||||||
|
}
|
||||||
|
@ -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"
|
||||||
@ -657,4 +659,4 @@ const Header = () => {
|
|||||||
</nav>
|
</nav>
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
export default Header;
|
export default Header;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user