📝Update breadcrumbs i18n

This commit is contained in:
RJ
2025-12-05 16:19:58 +02:00
parent 919e638144
commit 0fe115f46e
12 changed files with 175 additions and 78 deletions

View File

@@ -81,5 +81,5 @@ export function generateSlug(title: string): string {
}
export function cn(...inputs: (string | undefined | null | false)[]): string {
return inputs.filter(Boolean).join(" ")
return inputs.filter(Boolean).join(' ')
}