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

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