diff --git a/apps/server/src/becca/becca_service.ts b/apps/server/src/becca/becca_service.ts index 92967da342..71697a1188 100644 --- a/apps/server/src/becca/becca_service.ts +++ b/apps/server/src/becca/becca_service.ts @@ -106,7 +106,7 @@ function getNoteTitleArrayForPath(notePathArray: string[]) { function getNoteTitleForPath(notePathArray: string[]) { const titles = getNoteTitleArrayForPath(notePathArray); - return titles.join(" / "); + return titles.join(" › "); } export default {