dashboard: fix serie icon

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-03-23 22:30:15 +01:00
parent 738ed52d7d
commit d0beb1e04a

View File

@@ -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)),
}), }),
{} {}
), ),