Skip to content

Commit

Permalink
Fix: Added cursor pointer class to the user avatar.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmoud-Emad committed Jan 31, 2024
1 parent 6376796 commit 0af6ce7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions client/src/components/profileImage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,9 @@ export default {
}
}
</script>

<style scoped>
.user-profile-logo{
cursor: pointer;
}
</style>
2 changes: 1 addition & 1 deletion server/cshr/utils/redis_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import redis
import json

from server.cshr.api.response import CustomResponse
from cshr.api.response import CustomResponse


try:
Expand Down

0 comments on commit 0af6ce7

Please sign in to comment.