Skip to content

Commit

Permalink
Merge pull request #17 from emilymarkova/update
Browse files Browse the repository at this point in the history
change profile in account tab
  • Loading branch information
emilymarkova authored Jul 24, 2024
2 parents 39c36d5 + fc73e82 commit d42cbc2
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 d42cbc2

Please sign in to comment.