aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-11-04 16:54:44 +0800
committercrupest <crupest@outlook.com>2020-11-04 16:54:44 +0800
commit2ef2e6d51d283598ba0f3e331bd49a9369de7afa (patch)
treebb3c65d5c5cf4bac5b72979197fedff50f37738f
parent6897006e1534bbeda60ed666f9c281220026ed54 (diff)
downloadtimeline-2ef2e6d51d283598ba0f3e331bd49a9369de7afa.tar.gz
timeline-2ef2e6d51d283598ba0f3e331bd49a9369de7afa.tar.bz2
timeline-2ef2e6d51d283598ba0f3e331bd49a9369de7afa.zip
feat: Cursor on personal avatar is now hand.
-rw-r--r--FrontEnd/src/app/views/common/AppBar.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/app/views/common/AppBar.tsx b/FrontEnd/src/app/views/common/AppBar.tsx
index 699c596e..3363cb9d 100644
--- a/FrontEnd/src/app/views/common/AppBar.tsx
+++ b/FrontEnd/src/app/views/common/AppBar.tsx
@@ -46,7 +46,7 @@ const AppBar: React.FC = (_) => {
{user != null ? (
<LinkContainer to={`/users/${user.username}`}>
<BlobImage
- className="avatar small rounded-circle bg-white"
+ className="avatar small rounded-circle bg-white cursor-pointer"
blob={avatar}
/>
</LinkContainer>