Skip to content

Commit

Permalink
remove public account toggle
Browse files Browse the repository at this point in the history
  • Loading branch information
annacai44 committed Jan 21, 2025
1 parent 8d2584c commit 86b9d12
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/Account/Account.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,6 @@ function Account({ userName, userEmail, profilePic, friends }) {
<Divider style={{ margin: '20px 0' }} />

<Box style={{ textAlign: 'left' }}>
<Typography variant="body1" style={{ marginBottom: '10px' }}>
<Switch defaultChecked color="primary" /> Make Public Account
</Typography>
<Button
variant="contained"
color="error"
Expand Down

0 comments on commit 86b9d12

Please sign in to comment.