chore(integrations): change icon links to svg and new repository (#2008)

This commit is contained in:
Toine Rademacher (toineenzo)
2025-02-08 10:40:15 +01:00
committed by GitHub
parent 584c660906
commit 2e150d548f
2 changed files with 20 additions and 20 deletions

View File

@@ -247,7 +247,7 @@ describe("create should create a new integration", () => {
expect(dbSearchEngine!.short).toBe("j");
expect(dbSearchEngine!.name).toBe(input.name);
expect(dbSearchEngine!.iconUrl).toBe(
"https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/png/jellyseerr.png",
"https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@master/svg/jellyseerr.svg",
);
});