summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-11-22 10:45:25 -0500
committerRyan Schanzenbacher <ryan@rschanz.org>2021-11-22 10:45:25 -0500
commit1ec673b0bd70ec541701808f78efb67b2ebed9df (patch)
tree9402278af1735050fb3cbf78653135c42a3435f9 /config.toml
parent33816fb705a50ed643fe7a6977add1e62dc28913 (diff)
Actually use right icon oops
Diffstat (limited to 'config.toml')
-rw-r--r--config.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.toml b/config.toml
index fe3a295..c6b2fbf 100644
--- a/config.toml
+++ b/config.toml
@@ -39,7 +39,7 @@ hideColorSchemeToggle = true
39[[params.social]] 39[[params.social]]
40 name = "GPG Key" 40 name = "GPG Key"
41 weight = 5 41 weight = 5
42 icon = "fa fa-modern-key fa-2x" 42 icon = "fa fa-key-modern fa-2x"
43 url = "gpgkey.asc" 43 url = "gpgkey.asc"
44 44
45#[[menu.main]] 45#[[menu.main]]