mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-03 12:05:52 +01:00
Add rounded borders to repository contact avatar
This commit is contained in:
@@ -79,7 +79,7 @@ const RepositoryEntry: FC<Props> = ({ repository, baseDate }) => {
|
||||
|
||||
const renderContactIcon = () => {
|
||||
if (avatarFactory) {
|
||||
return <ContactAvatar src={avatarFactory({ mail: repository.contact })} alt={repository.contact} />;
|
||||
return <ContactAvatar className="has-rounded-border" src={avatarFactory({ mail: repository.contact })} alt={repository.contact} />;
|
||||
}
|
||||
return <QuickAction className={classNames("is-clickable")} name="envelope" color="info" />;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user