This commit is contained in:
YasinShaikh123
2024-04-08 16:12:52 +05:30
parent 5d27e50208
commit 1ed4b05eb8
8 changed files with 69 additions and 53 deletions

View File

@@ -52,19 +52,24 @@ const NavBar = () => {
<>
{!isMobile ? (
<>
<Box
position={"fixed"}
zIndex={"999"}
width={"100%"}
>
<Box
backgroundColor={"#141315"}
position={"fixed"}
// position={"fixed"}
zIndex={"9999"}
width={"100%"}
textAlign={"right"}
padding={"0.8px 0px"}
padding={"4px 0px"}
>
<Box marginRight={"6%"}>
<Link to="/" style={{ color: "#fff", marginRight: "2.5rem" }}>
<Link to="/" style={{ color: "#fff", marginRight: "2.5rem" ,fontSize:'14px'}}>
WALLET
</Link>
<Link to="/" style={{ color: "#fff", marginRight: "2.5rem" }}>
<Link to="/" style={{ color: "#fff", marginRight: "2.5rem",fontSize:'14px' }}>
EXPLORER
</Link>
</Box>
@@ -80,11 +85,11 @@ const NavBar = () => {
// "linear-gradient(to right, #9c5d67, #86455f, #6b3059, #4c1f54, #23144e)"
}
// boxShadow={"0px 0px 4px 0px rgba(0, 0, 0, 0.25)"}
position={"fixed"}
// position={"fixed"}
zIndex={"999"}
width={"100%"}
top={"0px"}
padding={"2.5rem 0 2rem 0"}
padding={"28px 0"}
sx={{
"@media (max-width: 996px)": {
justifyContent: "space-between",
@@ -195,6 +200,7 @@ const NavBar = () => {
</Link>
</Box>
</Box>
</Box>
</>
) : (
<MobileMenu />