Update dashboard-icons source
This commit is contained in:
@@ -2,7 +2,7 @@ const ICON_SOURCES: Record<string, (icon: string) => string> = {
|
||||
'homelab-svg-assets': (icon) =>
|
||||
`https://raw.githubusercontent.com/loganmarchione/homelab-svg-assets/main/assets/${icon}.svg`,
|
||||
'dashboard-icons': (icon) =>
|
||||
`https://cdn.jsdelivr.net/gh/walkxcode/dashboard-icons@master/png/${icon}.png`,
|
||||
`https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons/png/${icon}.png`,
|
||||
};
|
||||
|
||||
export const getAppIcon = (icon: string, source: string = 'homelab-svg-assets') =>
|
||||
|
||||
Reference in New Issue
Block a user