mirror of
https://github.com/ajnart/homarr.git
synced 2025-11-11 07:55:52 +01:00
fix: remove leftover console.log
This commit is contained in:
@@ -56,8 +56,6 @@ export function AddItemShelfButton(props: any) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function MatchIcon(name: string, form: any) {
|
function MatchIcon(name: string, form: any) {
|
||||||
console.log(name, name.replace(/^dash\.$/, 'dashdot'));
|
|
||||||
|
|
||||||
fetch(
|
fetch(
|
||||||
`https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/${name
|
`https://cdn.jsdelivr.net/gh/walkxhub/dashboard-icons/png/${name
|
||||||
.replace(/\s+/g, '-')
|
.replace(/\s+/g, '-')
|
||||||
|
|||||||
Reference in New Issue
Block a user