Use more beautiful title separator (#1728)
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
export function bskyTitle(page: string, unreadCountLabel?: string) {
|
export function bskyTitle(page: string, unreadCountLabel?: string) {
|
||||||
const unreadPrefix = unreadCountLabel ? `(${unreadCountLabel}) ` : ''
|
const unreadPrefix = unreadCountLabel ? `(${unreadCountLabel}) ` : ''
|
||||||
return `${unreadPrefix}${page} - Bluesky`
|
return `${unreadPrefix}${page} — Bluesky`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user