Update the default labeler avatar to a shield

This commit is contained in:
Paul Frazee
2024-03-10 13:08:12 -07:00
parent 8c4b9aebe2
commit c1b554a619
2 changed files with 6 additions and 8 deletions
@@ -36,7 +36,7 @@ export function Outer({
}
export function Avatar({avatar}: {avatar?: string}) {
return <UserAvatar type="list" size={40} avatar={avatar} />
return <UserAvatar type="labeler" size={40} avatar={avatar} />
}
export function Title({value}: {value: string}) {