about summary refs log tree commit diff
path: root/src/view/lib/assets.native.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.native.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.native.ts')
-rw-r--r--src/view/lib/assets.native.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/view/lib/assets.native.ts b/src/view/lib/assets.native.ts
index 609f8e019..a2db553e7 100644
--- a/src/view/lib/assets.native.ts
+++ b/src/view/lib/assets.native.ts
@@ -2,3 +2,4 @@ import {ImageSourcePropType} from 'react-native'
 
 export const DEF_AVATAR: ImageSourcePropType = require('../../../public/img/default-avatar.jpg')
 export const TABS_EXPLAINER: ImageSourcePropType = require('../../../public/img/tabs-explainer.jpg')
+export const CLOUD_SPLASH: ImageSourcePropType = require('../../../public/img/cloud-splash.png')