Skip to content

Commit

Permalink
Update Package-lock.json
Browse files Browse the repository at this point in the history
  • Loading branch information
LikhitaPulijala committed May 13, 2024
1 parent 66dc07d commit 971378a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 36 deletions.
48 changes: 14 additions & 34 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions src/components/settings/AdminSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ const AdminSettings = () => {
</Stack>
</Card>

<Card elevation={16} variant = "outlined" sx={{p: 2}}>
{/* <Card elevation={16} variant = "outlined" sx={{p: 2}}>
<Stack direction="row" spacing={24}>
<Typography variant="h5">Activate RTL content</Typography>
<Switch checked={values.direction === 'rtl'} name="direction" onChange={(event) => handleChange('direction', event.target.checked ? 'rtl' : 'ltr')}/>
</Stack>
</Card>
</Card> */}

</Stack>
</Box>
Expand Down

0 comments on commit 971378a

Please sign in to comment.