Skip to content

Commit 3f65d4a

Browse files
author
Mithun
committed
Bug Fix: Wrong certificate image
1 parent c33d867 commit 3f65d4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DesignCode/ContentView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ struct CardView: View {
8989

9090
struct CertificateView: View {
9191

92-
var item = Certificate(title: "UI Design", image: "Logo", width: 340, height: 220)
92+
var item = Certificate(title: "UI Design", image: "Certificate1", width: 340, height: 220)
9393

9494
var body: some View {
9595
return VStack {

0 commit comments

Comments
 (0)