dashboard: fix serie icon
This commit is contained in:
@@ -53,7 +53,7 @@ const mapper: Record<string, LucideIcon> = {
|
|||||||
...Object.entries(iconsWithUrls).reduce(
|
...Object.entries(iconsWithUrls).reduce(
|
||||||
(acc, [key, value]) => ({
|
(acc, [key, value]) => ({
|
||||||
...acc,
|
...acc,
|
||||||
[key]: createImageIcon(value),
|
[key]: createImageIcon(getProxyImage(value)),
|
||||||
}),
|
}),
|
||||||
{}
|
{}
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user