diff options
author | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 23:25:57 -0400 |
---|---|---|
committer | Ryan Schanzenbacher <ryan@rschanz.org> | 2024-10-19 23:25:57 -0400 |
commit | c01cf81aac27f547c014066ff6d5a23f426c080f (patch) | |
tree | 9d5a80125ea122254b856576d5d4aacc8eccfe7d | |
parent | 758eb94eb9ac7b21bc1822c78ba7f16389583a15 (diff) |
didn't read icon class close enough
-rw-r--r-- | config.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml index 51b32a1..55852c0 100644 --- a/config.toml +++ b/config.toml | |||
@@ -20,7 +20,7 @@ hideColorSchemeToggle = true | |||
20 | 20 | ||
21 | [[params.social]] | 21 | [[params.social]] |
22 | name = "Git" | 22 | name = "Git" |
23 | icon = "fa fa-git-alt fa-2x" | 23 | icon = "fa-brands fa-git-alt fa-2x" |
24 | weight = 0 | 24 | weight = 0 |
25 | url = "https://git.rschanz.org" | 25 | url = "https://git.rschanz.org" |
26 | [[params.social]] | 26 | [[params.social]] |