Skip to content

Commit a3a83b3

Browse files
committed
[#3314] make Github icon show up on black background
1 parent e8a5f7c commit a3a83b3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

cgi-bin/DW/External/Site/GitHub.pm

+3-2
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,10 @@ sub badge_image {
6262
croak 'need a DW::External::User'
6363
unless $u && ref $u eq 'DW::External::User';
6464

65-
# for lack of anything better, let's use the favicon
65+
# we altered the favicon to show up on dark backgrounds
66+
# original source: https://github.com/favicon.ico
6667
return {
67-
url => "https://github.com/favicon.ico",
68+
url => "$LJ::IMGPREFIX/profile_icons/github.png",
6869
width => 16,
6970
height => 16,
7071
};

0 commit comments

Comments
 (0)