mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
🚛 Move WalkxHub > WalkxCode
This commit is contained in:
committed by
Manuel Ruwe
parent
f8d850b3be
commit
a2be733932
@@ -60,7 +60,7 @@ export function AddItemShelfButton(props: any) {
|
|||||||
function MatchIcon(name: string | undefined, form: any) {
|
function MatchIcon(name: string | undefined, form: any) {
|
||||||
if (name === undefined || name === '') return null;
|
if (name === undefined || name === '') return null;
|
||||||
fetch(
|
fetch(
|
||||||
`https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/${name
|
`https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons/png/${name
|
||||||
.replace(/\s+/g, '-')
|
.replace(/\s+/g, '-')
|
||||||
.toLowerCase()
|
.toLowerCase()
|
||||||
.replace(/^dash\.$/, 'dashdot')}.png`
|
.replace(/^dash\.$/, 'dashdot')}.png`
|
||||||
|
|||||||
Reference in New Issue
Block a user