diff options
author | Ansh <anshnanda10@gmail.com> | 2023-07-06 18:29:18 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-07-06 20:29:18 -0500 |
commit | b06304a253934455308c1adcd33f73755365bacc (patch) | |
tree | aa201c338eb9f20dcb26294cadc31504921992f3 /src/lib/constants.ts | |
parent | 831b367eb952af464fdfebcefb355b0cadaea359 (diff) | |
download | voidsky-b06304a253934455308c1adcd33f73755365bacc.tar.zst |
[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
Diffstat (limited to 'src/lib/constants.ts')
-rw-r--r-- | src/lib/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/constants.ts b/src/lib/constants.ts index 27f57a14e..34da35e4f 100644 --- a/src/lib/constants.ts +++ b/src/lib/constants.ts @@ -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/' |