Skip to content

Commit

Permalink
change profile in account tab
Browse files Browse the repository at this point in the history
  • Loading branch information
emilymarkova committed Jul 22, 2024
1 parent a081686 commit fc73e82
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/Account.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -154,9 +154,8 @@ function Account() {
<Typography variant="h5">Account</Typography>
<Box sx={{ display: "flex", alignItems: "center" }}>
<Avatar
alt="Remy Sharp"
sx={{ width: "60px", height: "60px", margin: "10px" }}
src="/static/images/avatar/2.jpg"
src="../assets/anon.webp"
/>
<Box
sx={{
Expand Down

0 comments on commit fc73e82

Please sign in to comment.