fix navbar
This commit is contained in:
parent
1055417dc0
commit
0a31a3e5ad
|
|
@ -26,11 +26,11 @@ const NavBar = () => {
|
|||
|
||||
return (
|
||||
<div className="NavBar">
|
||||
<Suspense fallback={<SpinContainer />}>
|
||||
<span className="navbar_link" onClick={handelNavigate}>
|
||||
<MdOutlineArrowForwardIos /> {PageTitle}
|
||||
</span>
|
||||
<NavBarRightSide />
|
||||
<Suspense fallback={<SpinContainer />}>
|
||||
<ChangePasswordModel />
|
||||
</Suspense>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -15,7 +15,7 @@
|
|||
margin-inline: auto;
|
||||
height: 60%;
|
||||
content: "";
|
||||
background: url("../../../public/Layout/BackgroundHeader.webp");
|
||||
background: url("/Layout/BackgroundHeader.webp");
|
||||
background-size: cover;
|
||||
background-repeat: no-repeat;
|
||||
z-index: 1;
|
||||
|
|
|
|||
|
|
@ -23,7 +23,7 @@
|
|||
background-repeat: no-repeat;
|
||||
background-size: cover;
|
||||
|
||||
background-image: url("../../../public/Layout/BackgroundHeader.webp");
|
||||
background-image: url("/Layout/BackgroundHeader.webp");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user