Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.

Commit 8c46d10

Browse files
committed
remove duplicate code
1 parent 5fbee1b commit 8c46d10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/rich-message.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ function makeVDom (html) {
2424
function makeRichMessage (message) {
2525
message.anon = /Anonymous/i.test(message.username)
2626
message.avatar = message.anon
27-
? 'static/Icon.png'
27+
? 'static/cat.png'
2828
: 'https://github.com/' + message.username + '.png'
2929
message.timeago = util.timeago(message.timestamp)
3030

0 commit comments

Comments
 (0)