Skip to content

Commit

Permalink
Fixing fontawesome square-phone icon setting.
Browse files Browse the repository at this point in the history
  • Loading branch information
ruidajo committed Jul 9, 2024
1 parent 744a765 commit cf10c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib.typ
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#let github-icon = box(
fa-icon("github", fill: color-darknight),
)
#let phone-icon = box(fa-icon("square-phone-solid", fill: color-darknight))
#let phone-icon = box(fa-icon("square-phone", fill: color-darknight))
#let email-icon = box(fa-icon("envelope", fill: color-darknight))

/// Helpers
Expand Down

0 comments on commit cf10c53

Please sign in to comment.