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" : [
|
||||
{
|
||||
"filename" : "JarvisIcon.png",
|
||||
"filename" : "JervisIcon.png",
|
||||
"idiom" : "universal",
|
||||
"scale" : "1x"
|
||||
},
|
||||
|
Before Width: | Height: | Size: 442 KiB After Width: | Height: | Size: 442 KiB |
@@ -19,7 +19,7 @@ struct SplashView: View {
|
||||
ZStack {
|
||||
Color(hex: "0A0A0A").ignoresSafeArea()
|
||||
VStack(spacing: 22) {
|
||||
Image("JarvisIcon")
|
||||
Image("JervisIcon")
|
||||
.resizable()
|
||||
.frame(width: 108, height: 108)
|
||||
.clipShape(Circle())
|
||||
|
||||
Reference in New Issue
Block a user