File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ const Share = ({ cert }) => {
83
83
< div className = "card-body" >
84
84
< h5 className = "card-title" > { strings [ "Issuer" ] } </ h5 >
85
85
< p > { cert && cert . academy . name } </ p >
86
- < SLink href = { cert . academy . url || "https://4geeksacademy.co /" } > { strings [ "website" ] } </ SLink >
86
+ < SLink href = { cert . academy . url || "https://4geeksacademy.com /" } > { strings [ "website" ] } </ SLink >
87
87
</ div >
88
88
</ div >
89
89
</ div >
@@ -110,7 +110,7 @@ const Share = ({ cert }) => {
110
110
< div className = "row" >
111
111
< div className = "col-sm-4 col-12 " >
112
112
< h4 > { strings [ "Total Hours" ] } </ h4 >
113
- < p > { cert && cert . cohort . syllabus_version . duration_in_hours } { strings [ "Hours" ] } </ p >
113
+ < p > { cert && cert . cohort . syllabus_version . duration_in_hours } { strings [ "Hours" ] } </ p >
114
114
</ div >
115
115
< div className = "col-sm-4 col-12 " >
116
116
< h4 > { strings [ "Issued On" ] } </ h4 >
You can’t perform that action at this time.
0 commit comments