Zio Blue: various rebranding changes

This commit is contained in:
Ducky 2024-09-03 16:45:25 +01:00
parent 63f2bba08f
commit 040acaad1a
3 changed files with 4 additions and 4 deletions

View file

@ -52,7 +52,7 @@ export function toNiceDomain(url: string): string {
try {
const urlp = new URL(url)
if (`https://${urlp.host}` === BSKY_SERVICE) {
return 'Bluesky Social'
return 'Zio Blue'
}
return urlp.host ? urlp.host : url
} catch (e) {