diff options
| -rw-r--r-- | haunt/jakob/utils/comments.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/haunt/jakob/utils/comments.scm b/haunt/jakob/utils/comments.scm index 4b38fd2..0d65e8d 100644 --- a/haunt/jakob/utils/comments.scm +++ b/haunt/jakob/utils/comments.scm @@ -114,11 +114,11 @@ ("tor" `(img (@ (class "comment-source-identifier") (alt "Icon for comments posted on jakob.space via Tor; The Tor logo belongs to The Tor Project, Inc. and is licensed under the CC BY 3.0 US") - (src "/static/image/lambda.svg")))) + (src "/static/image/tor.svg")))) ("i2p" `(img (@ (class "comment-source-identifier") (alt "Icon for comments posted on jakob.space via I2P; The I2P logo belongs to The I2P Project, and is licensed under the CC BY 4.0") - (src "/static/image/lambda.svg")))) + (src "/static/image/i2p.svg")))) (_ `(img (@ (class "comment-source-identifier") (alt "Icon for comments posted on jakob.space") (src "/static/image/lambda.svg")))))) |