From 7e48f03917a7659efa61515dbbe671dcef9b20f0 Mon Sep 17 00:00:00 2001 From: 365cent <74791570+365cent@users.noreply.github.com> Date: Sat, 16 Dec 2023 08:59:26 -0500 Subject: [PATCH] fix: Icon caching issues, replace with alternative CDN domain (#1153) --- src/components/site/Platform.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/site/Platform.tsx b/src/components/site/Platform.tsx index 3f7b7521..333b69a3 100644 --- a/src/components/site/Platform.tsx +++ b/src/components/site/Platform.tsx @@ -6,7 +6,7 @@ import { Tooltip } from "~/components/ui/Tooltip" import { UniLink } from "~/components/ui/UniLink" import { cn } from "~/lib/utils" -const iconCDN = "https://cdn.simpleicons.org" +const iconCDN = "https://icons.ly" // There is no need to set this icon if it is available by default `https://cdn.simpleicons.org/${platform}` export const PlatformsSyncMap: {