Skip to content

Commit

Permalink
Update Settings.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
sky-ash authored Nov 4, 2024
1 parent d0d22a5 commit ce91845
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/Settings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
// Material-UI components
import { Typography, Switch, Button, Box, Fab, Link } from '@mui/material';
import Navigation from '../components/Navigation';
import SettingsIcon from '@mui/icons-material/Settings';
import InfoIcon from '@mui/icons-material/Settings';

// Settings component
export default function Settings({ darkMode, setDarkMode }) {
Expand Down Expand Up @@ -36,7 +36,7 @@ export default function Settings({ darkMode, setDarkMode }) {
sx={{ position: 'absolute', zIndex: 1,
margin: '0 auto', top: -20,
left: 0, right: 0, }}>
<SettingsIcon />
<InfoIcon />
</Fab>
</Link>

Expand Down

0 comments on commit ce91845

Please sign in to comment.