[APP-28] add status page link (#987)
* add status page to mobile * add status page URL to super slow loading screen * store STATUS_PAGE_URL in constants.ts
This commit is contained in:
parent
831b367eb9
commit
b06304a253
3 changed files with 51 additions and 9 deletions
|
@ -132,3 +132,5 @@ export function LINK_META_PROXY(serviceUrl: string) {
|
|||
return PROD_LINK_META_PROXY
|
||||
}
|
||||
}
|
||||
|
||||
export const STATUS_PAGE_URL = 'https://status.bsky.app/'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue