Zio Blue: rebrand title

zio/stable
Ducky 2024-09-03 19:28:05 +01:00
parent ef1a25c8c4
commit 24a1962ae9
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
export function bskyTitle(page: string, unreadCountLabel?: string) {
const unreadPrefix = unreadCountLabel ? `(${unreadCountLabel}) ` : ''
return `${unreadPrefix}${page}Bluesky`
return `${unreadPrefix}${page}Zio Blue`
}