Skip to content

Commit

Permalink
Use more beautiful title separator (#1728)
Browse files Browse the repository at this point in the history
  • Loading branch information
leo authored Oct 31, 2023
1 parent 21f7a2a commit 68c809b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/strings/headings.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export function bskyTitle(page: string, unreadCountLabel?: string) {
const unreadPrefix = unreadCountLabel ? `(${unreadCountLabel}) ` : ''
return `${unreadPrefix}${page} - Bluesky`
return `${unreadPrefix}${page} Bluesky`
}

0 comments on commit 68c809b

Please sign in to comment.