Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2024-12-25 09:03:53 -05:00
5 changed files with 12 additions and 7 deletions

View File

@@ -306,7 +306,7 @@ module.exports = function (utils, Benchpress, relative_path) {
}
classNames = classNames || '';
const attributes = new Map([
['title', userObj.username],
['title', userObj.displayname],
['data-uid', userObj.uid],
['class', `avatar ${classNames}${rounded ? ' avatar-rounded' : ''}`],
]);