Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Use more beautiful title separator (#1728)

authored by

Leo Lamprecht and committed by
GitHub
68c809b0 21f7a2a2

+1 -1
+1 -1
src/lib/strings/headings.ts
··· 1 1 export function bskyTitle(page: string, unreadCountLabel?: string) { 2 2 const unreadPrefix = unreadCountLabel ? `(${unreadCountLabel}) ` : '' 3 - return `${unreadPrefix}${page} - Bluesky` 3 + return `${unreadPrefix}${page} — Bluesky` 4 4 }