fix(web): update title separator

This commit is contained in:
Bjorn Lammers 2025-04-23 03:53:49 +02:00
parent 81607c5690
commit 8848e0c8fe

View File

@ -6,7 +6,7 @@ export const REPO_NAME = "homarr-labs/dashboard-icons"
// Site-wide metadata constants
export const SITE_NAME = "Dashboard Icons"
export const TITLE_SEPARATOR = " "
export const TITLE_SEPARATOR = " | "
export const SITE_TAGLINE = "Your definitive source for dashboard icons"
export const ORGANIZATION_NAME = "Homarr Labs"