Use more beautiful title separator (#1728)

zio/stable
Leo Lamprecht 2023-10-31 03:25:19 +01:00 committed by GitHub
parent 21f7a2a247
commit 68c809b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`
} }