[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:
Ansh 2023-07-06 18:29:18 -07:00 committed by GitHub
parent 831b367eb9
commit b06304a253
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 51 additions and 9 deletions

View file

@ -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/'