diff --git a/Features/Backup/BackupView.swift b/Features/Backup/BackupView.swift index c197a67..610e660 100644 --- a/Features/Backup/BackupView.swift +++ b/Features/Backup/BackupView.swift @@ -914,12 +914,6 @@ struct BackupView: View { .padding(.horizontal, AppTheme.hPad) .padding(.bottom, 24) - Spacer(minLength: 16).frame(maxHeight: 40) - - Button { withAnimation { ringPage = 0 } } label: { Text("DONE") } - .buttonStyle(GhostButtonStyle()) - .frame(width: 120) - .padding(.bottom, 8) } // MARK: — Page indicator