fix: Icon caching issues, replace with alternative CDN domain (#1153)

This commit is contained in:
365cent 2023-12-16 08:59:26 -05:00 committed by GitHub
parent 269c574220
commit 7e48f03917
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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: {