update tooltip for author mark

This commit is contained in:
Dr.Lt.Data
2024-06-09 17:36:32 +09:00
parent 273f1dc200
commit 44ad477097
3 changed files with 3 additions and 3 deletions

View File

@@ -568,7 +568,7 @@ export class CustomNodesInstaller extends ComfyDialog {
data2.textContent = ` ${data.author}`;
if(data.trust) {
data2.textContent = `${data.author}`;
data2.innerHTML = `<span title="This author has been active for more than six months in GitHub">${data.author}</span>`;
}
else {
data2.textContent = ` ${data.author}`;