Skip to content

Commit

Permalink
Update Config (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
cpeoples authored Feb 15, 2024
1 parent 69faa3d commit e07e075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ name = { first = "chris", last = "peoples" }

links = [
{ icon = "fa-solid fa-envelope", url = "mailto:peoples.chris@gmail.com" },
{ icon = "fa-brands fa-linkedin", url = "https://www.linkedin.com/in/chrispeoples/" },
{ icon = "fa-brands fa-gitlab", url = "" },
{ icon = "fa-brands fa-linkedin", url = "https://linkedin.com/in/chrispeoples" },
{ icon = "fa-brands fa-gitlab", url = "https://gitlab.com/cpeoples" },
{ icon = "fa-brands fa-github-alt", url = "https://github.com/cpeoples" },
]

Expand Down

0 comments on commit e07e075

Please sign in to comment.