From 038e4dc73d2400e1d75a24eb48f7d14f74c9a8ba Mon Sep 17 00:00:00 2001 From: Thomas Camlong Date: Wed, 23 Apr 2025 00:12:09 +0200 Subject: [PATCH] chore(web): Update Carbon 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")