🚛 Move WalkxHub > WalkxCode

This commit is contained in:
Bjorn Lammers
2022-08-29 11:20:39 +02:00
committed by Manuel Ruwe
parent f8d850b3be
commit a2be733932

View File

@@ -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`