Zio Blue: various rebranding changes
This commit is contained in:
parent
63f2bba08f
commit
040acaad1a
3 changed files with 4 additions and 4 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue