mirror of
https://github.com/walkxcode/dashboard-icons.git
synced 2025-06-28 15:30:22 +08:00
update constants
This commit is contained in:
parent
12e9c8603a
commit
445b7232f2
@ -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.`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user