From 273f1dc2006e5f8553f78a6529d7c3e238ee4b06 Mon Sep 17 00:00:00 2001 From: "Dr.Lt.Data" Date: Sun, 9 Jun 2024 17:21:09 +0900 Subject: [PATCH] trust mark for author --- js/custom-nodes-downloader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/custom-nodes-downloader.js b/js/custom-nodes-downloader.js index 0b3c62c0..297bb910 100644 --- a/js/custom-nodes-downloader.js +++ b/js/custom-nodes-downloader.js @@ -568,7 +568,7 @@ export class CustomNodesInstaller extends ComfyDialog { data2.textContent = ` ${data.author}`; if(data.trust) { - data2.textContent = `1${data.author}`; + data2.textContent = `✅${data.author}`; } else { data2.textContent = ` ${data.author}`;