summaryrefslogtreecommitdiff
path: root/config.toml
diff options
context:
space:
mode:
authorRyan Schanzenbacher <ryan@rschanz.org>2021-11-22 10:45:25 -0500
committerGitHub <noreply@github.com>2021-11-22 10:45:25 -0500
commit6c26e8c97b331572c5401b8e2957701a46863295 (patch)
treee99f58dab7be9861c5c6fa614ebbbf06e8ce488c /config.toml
parent66c3e37fe46fabcb012e96ed8d0af1fccf666d3c (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]]