Skip to content

Commit

Permalink
has bug
Browse files Browse the repository at this point in the history
  • Loading branch information
CoNETProject committed Dec 5, 2023
1 parent 2853212 commit 6896d8d
Show file tree
Hide file tree
Showing 2 changed files with 255 additions and 216 deletions.
20 changes: 20 additions & 0 deletions src/components/App/Apps/dashboard/RowSlideBar.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
import Stack from "@mui/material/Stack"

const MenuSideBarRow = () => {
return (
<Stack
direction='column'
alignItems="center"
spacing={3}
justifyContent="flex-end"
sx={{
height: '100vh',
width: '5rem',
backgroundColor: mode === 'light' ? '#f0eddd': '#2d2d1e'
}}
>
{LanguageFireButton(setAnchorEl, locale)}
<ProforeIcon />
</Stack>
)
}
Loading

0 comments on commit 6896d8d

Please sign in to comment.