Skip to content

Commit

Permalink
Update resume.
Browse files Browse the repository at this point in the history
  • Loading branch information
tbrockman committed Aug 2, 2024
1 parent b425971 commit 21367e7
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified resume.docx
Binary file not shown.
Binary file modified resume.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion scripts/resume/go-print-docx/cmd/render.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ func (r *Render) Run(ctx *Context) error {

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

name := fmt.Sprintf("%s %s:", contact.Icon, contact.Text)
name := fmt.Sprintf("%s %s:", contact.Icon, contact.Label)
run := r.addRun(para, name, r.Small)
run.AddText(" ")
r.addHyperLink(para, contact.URL, contact.URL, contact.URL, r.Small)
Expand Down

0 comments on commit 21367e7

Please sign in to comment.