Update prod service URL
This commit is contained in:
parent
4eb993e885
commit
64d095a96b
2 changed files with 2 additions and 2 deletions
|
@ -112,7 +112,7 @@ export function toNiceDomain(url: string): string {
|
|||
try {
|
||||
const urlp = new URL(url)
|
||||
if (`https://${urlp.host}` === PROD_SERVICE) {
|
||||
return 'Bluesky.Social'
|
||||
return 'Bluesky Social'
|
||||
}
|
||||
return urlp.host
|
||||
} catch (e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue