From 3e2709e7a8bb561128a4738c8ce64cd945e7f8a1 Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 23 Apr 2025 00:12:09 +0200 Subject: [PATCH] change id --- web/src/components/carbon.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/src/components/carbon.tsx b/web/src/components/carbon.tsx index 6de1b561..8974959a 100644 --- a/web/src/components/carbon.tsx +++ b/web/src/components/carbon.tsx @@ -7,7 +7,7 @@ export function Carbon() { } useEffect(() => { - const serve = "CW7IP27L" + const serve = "CW7IKKQM" const placement = "dashboardiconscom" ref.current.innerHTML = "" const s = document.createElement("script")