about summary refs log tree commit diff
path: root/src/view/lib/assets.ts
diff options
context:
space:
mode:
authorPaul Frazee <pfrazee@gmail.com>2023-01-25 19:01:16 -0600
committerGitHub <noreply@github.com>2023-01-25 19:01:16 -0600
commit32be661d87ab1cd25bfbb95cc41d3435f6fb0dee (patch)
treefa3433af69bc12389a489ef136427a1c8aff5871 /src/view/lib/assets.ts
parent67e9b3596d6690b4928206652db4a89d11870914 (diff)
downloadvoidsky-32be661d87ab1cd25bfbb95cc41d3435f6fb0dee.tar.zst
Brand tuning: switch from "blueprint B" to "cloud imagery" (#96)
* Switch app icon to bluesky image

* Update splash screen to clouds

* Update login screen to use branding

* Lighten the shadows in the brand imagery
Diffstat (limited to 'src/view/lib/assets.ts')
-rw-r--r--src/view/lib/assets.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/lib/assets.ts b/src/view/lib/assets.ts
index 9e937d4db..948f3a22f 100644
--- a/src/view/lib/assets.ts
+++ b/src/view/lib/assets.ts
@@ -4,3 +4,4 @@ export const DEF_AVATAR: ImageSourcePropType = {uri: '/img/default-avatar.jpg'}
 export const TABS_EXPLAINER: ImageSourcePropType = {
   uri: '/img/tabs-explainer.jpg',
 }
+export const CLOUD_SPLASH: ImageSourcePropType = {uri: '/img/cloud-splash.png'}