update constants

This commit is contained in:
Thomas Camlong 2025-04-30 12:29:52 +02:00
parent 12e9c8603a
commit 445b7232f2
No known key found for this signature in database
GPG Key ID: A678F374F428457B

View File

@ -1,9 +1,9 @@
export const BASE_URL = "https://cdn.jsdelivr.net/gh/homarr-labs/dashboard-icons@feat/text-icons" export const BASE_URL = "https://cdn.jsdelivr.net/gh/ajnart/dashboard-icons@wordmark-icons"
export const REPO_PATH = "https://github.com/homarr-labs/dashboard-icons" export const REPO_PATH = "https://github.com/ajnart/dashboard-icons"
// TODO: Change back before merge // TODO: Change back before merge
export const METADATA_URL = "https://raw.githubusercontent.com/homarr-labs/dashboard-icons/refs/heads/feat/text-icons/metadata.json" export const METADATA_URL = "https://raw.githubusercontent.com/ajnart/dashboard-icons/refs/heads/wordmark-icons/metadata.json"
export const WEB_URL = "https://dashboardicons.com" export const WEB_URL = "https://dashboardicons.com"
export const REPO_NAME = "homarr-labs/dashboard-icons" export const REPO_NAME = "ajnart/dashboard-icons"
export const getDescription = (totalIcons: number) => export const getDescription = (totalIcons: number) =>
`A collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.` `A collection of ${totalIcons} curated icons for services, applications and tools, designed specifically for dashboards and app directories.`