Skip to content

Commit 772b4e7

Browse files
Update [token].js
1 parent c8b172e commit 772b4e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/[token].js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Share = ({ cert }) => {
8383
<div className="card-body">
8484
<h5 className="card-title">{strings["Issuer"]}</h5>
8585
<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>
8787
</div>
8888
</div>
8989
</div>
@@ -110,7 +110,7 @@ const Share = ({ cert }) => {
110110
<div className="row">
111111
<div className="col-sm-4 col-12 ">
112112
<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>
114114
</div>
115115
<div className="col-sm-4 col-12 ">
116116
<h4>{strings["Issued On"]}</h4>

0 commit comments

Comments
 (0)