Skip to content

Commit

Permalink
Update Changes
Browse files Browse the repository at this point in the history
  • Loading branch information
LikhitaPulijala committed May 13, 2024
1 parent 66a8613 commit 9e2330d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions src/components/settings/StudentSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ const StudentSettings = () => {
</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
4 changes: 2 additions & 2 deletions src/components/settings/TeacherSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,12 +182,12 @@ const TeacherSettings = () => {
</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 9e2330d

Please sign in to comment.