Skip to content

Commit c9a4670

Browse files
chore: change clock sf symbol
1 parent 9d7f3c5 commit c9a4670

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BDKSwiftExampleWallet/View/WalletView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ struct WalletView: View {
9797
? .green : .secondary
9898
)
9999
} else if viewModel.walletSyncState == .notStarted {
100-
Image(systemName: "arrow.trianglehead.clockwise")
100+
Image(systemName: "arrow.clockwise")
101101
} else {
102102
Image(
103103
systemName: "person.crop.circle.badge.exclamationmark"

0 commit comments

Comments
 (0)