forked from baron/baron-sso
사용자 목록 로케일 및 링크 스타일 통일
This commit is contained in:
@@ -1005,7 +1005,7 @@ function UserListPage() {
|
||||
<TableCell>
|
||||
<Link
|
||||
to={`/users/${user.id}`}
|
||||
className="font-medium hover:underline text-primary truncate block max-w-[150px]"
|
||||
className="block max-w-[150px] truncate font-medium text-foreground transition-colors hover:text-primary hover:underline"
|
||||
title={user.name}
|
||||
>
|
||||
{user.name}
|
||||
|
||||
Reference in New Issue
Block a user