We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33d867 commit 3f65d4aCopy full SHA for 3f65d4a
DesignCode/ContentView.swift
@@ -89,7 +89,7 @@ struct CardView: View {
89
90
struct CertificateView: View {
91
92
- var item = Certificate(title: "UI Design", image: "Logo", width: 340, height: 220)
+ var item = Certificate(title: "UI Design", image: "Certificate1", width: 340, height: 220)
93
94
var body: some View {
95
return VStack {
0 commit comments