mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
fix(site): remove rounded-full override from agent sidebar avatar (#23570)
This commit is contained in:
@@ -905,7 +905,6 @@ export const AgentsSidebar: FC<AgentsSidebarProps> = (props) => {
|
||||
fallback={user.username}
|
||||
src={user.avatar_url}
|
||||
size="sm"
|
||||
className="rounded-full"
|
||||
/>
|
||||
<span className="truncate text-sm text-content-secondary">
|
||||
{user.name || user.username}
|
||||
|
||||
Reference in New Issue
Block a user