From b8de76b448c25deb88468535ef975996f5c2e9e1 Mon Sep 17 00:00:00 2001 From: rainbow napkin Date: Thu, 23 Oct 2025 08:14:25 -0400 Subject: [PATCH] Fixed canopyUXUtils.getInstanceName() --- www/js/utils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/js/utils.js b/www/js/utils.js index 1c25aeb..4532934 100644 --- a/www/js/utils.js +++ b/www/js/utils.js @@ -51,7 +51,7 @@ class canopyUXUtils{ } getInstanceName(){ - return document.querySelector("#instance-title a").innerText; + return document.querySelector("#instance-title").innerText; } async awaitNextFrame(){