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

@@ -85,7 +85,7 @@ struct BackupView: View {
RoundedRectangle(cornerRadius: 6, style: .continuous)
.fill(AppTheme.ink)
.frame(width: 22, height: 22)
Image(systemName: "internaldrive.fill")
Image(systemName: "server.rack")
.font(.system(size: 10, weight: .medium))
.foregroundStyle(AppTheme.inkInverse)
}