diff options
Diffstat (limited to 'jakob/utils/comments.scm')
| -rw-r--r-- | jakob/utils/comments.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jakob/utils/comments.scm b/jakob/utils/comments.scm index 2fae64d..95b3f99 100644 --- a/jakob/utils/comments.scm +++ b/jakob/utils/comments.scm @@ -127,7 +127,7 @@ The I2P logo belongs to The I2P Project, and is licensed under the CC BY 4.0") (src "/static/image/i2p.svg")))) (_ `(img (@ (class "comment-source-identifier") (alt "Icon for comments posted on jakob.space") - (src "/static/image/lambda.svg")))))) + (src "/static/image/trident.svg")))))) (div (@ (class "p-author h-card author")) (img (@ (class "u-photo") (src ,(comment-photo comment))))) (div (@ (class "metaline")) |