diff options
author | crupest <crupest@outlook.com> | 2021-06-26 20:03:40 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-06-26 20:03:40 +0800 |
commit | b767c7d23d031c58c594570d55933e40065495ae (patch) | |
tree | d11d8c806ae6761cdc46056cd8a4d9051660bec2 /FrontEnd/src/views/common/AppBar.tsx | |
parent | c3f17f1dd1099c244e36d09b14c3e131d703830e (diff) | |
download | timeline-b767c7d23d031c58c594570d55933e40065495ae.tar.gz timeline-b767c7d23d031c58c594570d55933e40065495ae.tar.bz2 timeline-b767c7d23d031c58c594570d55933e40065495ae.zip |
...
Diffstat (limited to 'FrontEnd/src/views/common/AppBar.tsx')
-rw-r--r-- | FrontEnd/src/views/common/AppBar.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FrontEnd/src/views/common/AppBar.tsx b/FrontEnd/src/views/common/AppBar.tsx index 7ec0a5eb..5d62a88d 100644 --- a/FrontEnd/src/views/common/AppBar.tsx +++ b/FrontEnd/src/views/common/AppBar.tsx @@ -68,7 +68,7 @@ const AppBar: React.FC = (_) => { "/", <UserAvatar username={user.username} - className="avatar small rounded-circle bg-white cursor-pointer ml-auto" + className="cru-avatar small cru-round cursor-pointer ml-auto" />, "app-bar-avatar" ) |