Skip to content

Commit af0992c

Browse files
authored
Merge pull request #41 from ronellsalunke/main
feat: make phone number in personal info section a hyperlink
2 parents 4de3ab8 + 256717a commit af0992c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/resume.typ

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
#{
9191
let items = (
9292
contact-item(pronouns),
93-
contact-item(phone),
93+
contact-item(phone, link-type: "tel:"),
9494
contact-item(location),
9595
contact-item(email, link-type: "mailto:"),
9696
contact-item(github, link-type: "https://"),

0 commit comments

Comments
 (0)