update dashboard
This commit is contained in:
@@ -35,9 +35,12 @@ const HeaderMain = ({
|
||||
|
||||
return (
|
||||
<Box
|
||||
className={` pt-2 pb-2 fw-400 border-bottom d-flex ${
|
||||
className={` pt-3 pb-2 fw-400 border-bottom d-flex ${
|
||||
slideDirecttion ? "flex-row-reverse ps-2" : ""
|
||||
} justify-content-between align-items-center`}
|
||||
// boxShadow={"0 0px 8px rgba(0, 0, 0, 0.2)"}
|
||||
|
||||
zIndex={999}
|
||||
>
|
||||
<Text
|
||||
as={"span"}
|
||||
|
||||
Reference in New Issue
Block a user