Skip to content

Commit 7f9367e

Browse files
Update index.jsx (#99)
1 parent 076887a commit 7f9367e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vite/src/layout/MainLayout/Sidebar/index.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const Sidebar = ({ drawerOpen, drawerToggle, window }) => {
4444
<MenuList />
4545
<MenuCard />
4646
<Stack direction="row" justifyContent="center" sx={{ mb: 2 }}>
47-
<Chip label={import.meta.env.REACT_APP_VERSION} disabled chipcolor="secondary" size="small" sx={{ cursor: 'pointer' }} />
47+
<Chip label={import.meta.env.VITE_APP_VERSION} disabled chipcolor="secondary" size="small" sx={{ cursor: 'pointer' }} />
4848
</Stack>
4949
</PerfectScrollbar>
5050
</BrowserView>
@@ -53,7 +53,7 @@ const Sidebar = ({ drawerOpen, drawerToggle, window }) => {
5353
<MenuList />
5454
<MenuCard />
5555
<Stack direction="row" justifyContent="center" sx={{ mb: 2 }}>
56-
<Chip label={import.meta.env.REACT_APP_VERSION} disabled chipcolor="secondary" size="small" sx={{ cursor: 'pointer' }} />
56+
<Chip label={import.meta.env.VITE_APP_VERSION} disabled chipcolor="secondary" size="small" sx={{ cursor: 'pointer' }} />
5757
</Stack>
5858
</Box>
5959
</MobileView>

0 commit comments

Comments
 (0)