rename: JarvisIcon -> JervisIcon asset (splash screen)
Some checks failed
CI / Build · Debug (push) Has been cancelled
CI / Build · Release (push) Has been cancelled

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:
Kutesir
2026-07-13 02:32:35 +03:00
parent d93ffb1580
commit b44e708fbb
3 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{ {
"images" : [ "images" : [
{ {
"filename" : "JarvisIcon.png", "filename" : "JervisIcon.png",
"idiom" : "universal", "idiom" : "universal",
"scale" : "1x" "scale" : "1x"
}, },

View File

Before

Width:  |  Height:  |  Size: 442 KiB

After

Width:  |  Height:  |  Size: 442 KiB

View File

@@ -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())