Skip to content

Commit

Permalink
fix(avatar): update avatar cursor to default
Browse files Browse the repository at this point in the history
  • Loading branch information
Satyam Chatterjee authored and saty2103 committed Jul 27, 2023
1 parent 48f31a6 commit a58add0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css/src/components/avatar.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
overflow: hidden;
text-transform: uppercase;
border-radius: 50%;
cursor: pointer;
cursor: default;
}

.Avatar--regular {
Expand Down

0 comments on commit a58add0

Please sign in to comment.