Skip to content

Commit

Permalink
Fix build error for release
Browse files Browse the repository at this point in the history
  • Loading branch information
radeknovis authored and flypaper0 committed Jul 24, 2023
1 parent 8e0ee9d commit 064fba6
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct GetAWalletView: View {
.multilineTextAlignment(.center)
.foregroundColor(.foreground1)

Text("With hundreds of wallets out there, there’s something for everyone ")
Text("With hundreds of wallets out there, there’s something for everyone ")
.font(
.system(size: 14)
.weight(.medium)
Expand All @@ -67,6 +67,8 @@ struct GetAWalletView: View {
}
}

#if DEBUG

struct GetAWalletView_Previews: PreviewProvider {
static var previews: some View {
GetAWalletView(
Expand All @@ -77,3 +79,5 @@ struct GetAWalletView_Previews: PreviewProvider {
.environment(\.projectId, Secrets.load().projectID)
}
}

#endif

0 comments on commit 064fba6

Please sign in to comment.