Skip to content

Commit

Permalink
Merge pull request #133 from oss-slu/updateReadme
Browse files Browse the repository at this point in the history
Update env variables
  • Loading branch information
LikhitaPulijala authored May 13, 2024
2 parents d75c259 + 66a8613 commit 048f495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/settings/AdminSettings.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ const AdminSettings = () => {
<Typography variant="h5">Responsive font sizes</Typography>
<Switch checked={values.responsiveFontSizes} name="direction" onChange={(event) => handleChange('responsiveFontSizes', event.target.checked)}/>
</Stack>
</Card>
</Card>

{/* <Card elevation={16} variant = "outlined" sx={{p: 2}}>
<Stack direction="row" spacing={24}>
Expand Down

0 comments on commit 048f495

Please sign in to comment.