refactor: swap disk icon for server.rack on all logo marks

Co-Authored-By: Kutesir <kutesir@provoc.ug>
Co-Authored-By: Sentry <sentry@provoc.ug>
This commit is contained in:
Robin Kutesa
2026-05-16 19:13:05 +03:00
parent 6f7d05a6c2
commit 2b6e2d145d
3 changed files with 3 additions and 3 deletions

View File

@@ -29,7 +29,7 @@ struct ConnectView: View {
.fill(AppTheme.ink)
.frame(width: 72, height: 72)
Image(systemName: "internaldrive.fill")
Image(systemName: "server.rack")
.font(.system(size: 28, weight: .medium))
.foregroundStyle(AppTheme.inkInverse)
}