mirror of
https://github.com/scm-manager/scm-manager.git
synced 2025-11-13 17:05:43 +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 = () => {
|
const renderContactIcon = () => {
|
||||||
if (avatarFactory) {
|
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" />;
|
return <QuickAction className={classNames("is-clickable")} name="envelope" color="info" />;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user