Skip to content

Commit 21367e7

Browse files
committed
Update resume.
1 parent b425971 commit 21367e7

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed

resume.docx

7 Bytes
Binary file not shown.

resume.pdf

0 Bytes
Binary file not shown.

scripts/resume/go-print-docx/cmd/render.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ func (r *Render) Run(ctx *Context) error {
212212

213213
for i, contact := range resume.About.Contacts {
214214

215-
name := fmt.Sprintf("%s %s:", contact.Icon, contact.Text)
215+
name := fmt.Sprintf("%s %s:", contact.Icon, contact.Label)
216216
run := r.addRun(para, name, r.Small)
217217
run.AddText(" ")
218218
r.addHyperLink(para, contact.URL, contact.URL, contact.URL, r.Small)

0 commit comments

Comments
 (0)