diff options
| author | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-12 19:53:03 -0400 |
|---|---|---|
| committer | Jakob L. Kreuze <zerodaysfordays@sdf.org> | 2023-08-12 19:53:03 -0400 |
| commit | a7bba5d1525946ead6004c1fe11540c77ebed46f (patch) | |
| tree | 7c7757ee419c392276f01403f3894b1283d102f9 | |
| parent | dac324a63bc0e1645fb01ab56dc2dc0d1c98c9de (diff) | |
[api] Use the right icons for Tor/i2p comments
| -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")))))) |