From a2be7339320fc438d0bde48b73a54414324ebb7d Mon Sep 17 00:00:00 2001 From: Bjorn Lammers Date: Mon, 29 Aug 2022 11:20:39 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=9B=20Move=20WalkxHub=20>=20WalkxCode?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/AppShelf/AddAppShelfItem.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/AppShelf/AddAppShelfItem.tsx b/src/components/AppShelf/AddAppShelfItem.tsx index efeba042a..5cd339a3e 100644 --- a/src/components/AppShelf/AddAppShelfItem.tsx +++ b/src/components/AppShelf/AddAppShelfItem.tsx @@ -60,7 +60,7 @@ export function AddItemShelfButton(props: any) { function MatchIcon(name: string | undefined, form: any) { if (name === undefined || name === '') return null; fetch( - `https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/${name + `https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/${name .replace(/\s+/g, '-') .toLowerCase() .replace(/^dash\.$/, 'dashdot')}.png`