Merge branch 'feat/ui-0.7.0' into 'test'

fix(users): #1480, Click on the user's avatar to jump to the user's details as well

See merge request opensource/answer!340
This commit is contained in:
贾海涛(龙笛)
2022-12-15 02:18:28 +00:00
+3 -2
View File
@@ -50,8 +50,9 @@ const Users = () => {
sm={6}
className="mb-4">
<div className="d-flex">
<Avatar size="48px" avatar={user?.avatar} />
<Link to={`/users/${user.username}`}>
<Avatar size="48px" avatar={user?.avatar} />
</Link>
<div className="ms-2">
<Link to={`/users/${user.username}`}>
{user.display_name}