Skip to content

Commit

Permalink
Merge pull request #980 from WalletConnect/hotfix/release-ci-fix
Browse files Browse the repository at this point in the history
[CI] Fix build error for release
  • Loading branch information
radeknovis authored Jul 24, 2023
2 parents 63b8788 + 064fba6 commit 9e4e610
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 9e4e610

Please sign in to comment.