rename: JarvisIcon -> JervisIcon asset (splash screen)
Same radar-rings artwork, just the asset name catching up to the Jervis rebrand. No visual change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"images" : [
|
"images" : [
|
||||||
{
|
{
|
||||||
"filename" : "JarvisIcon.png",
|
"filename" : "JervisIcon.png",
|
||||||
"idiom" : "universal",
|
"idiom" : "universal",
|
||||||
"scale" : "1x"
|
"scale" : "1x"
|
||||||
},
|
},
|
||||||
|
Before Width: | Height: | Size: 442 KiB After Width: | Height: | Size: 442 KiB |
@@ -19,7 +19,7 @@ struct SplashView: View {
|
|||||||
ZStack {
|
ZStack {
|
||||||
Color(hex: "0A0A0A").ignoresSafeArea()
|
Color(hex: "0A0A0A").ignoresSafeArea()
|
||||||
VStack(spacing: 22) {
|
VStack(spacing: 22) {
|
||||||
Image("JarvisIcon")
|
Image("JervisIcon")
|
||||||
.resizable()
|
.resizable()
|
||||||
.frame(width: 108, height: 108)
|
.frame(width: 108, height: 108)
|
||||||
.clipShape(Circle())
|
.clipShape(Circle())
|
||||||
|
|||||||
Reference in New Issue
Block a user