We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8a5f7c commit a3a83b3Copy full SHA for a3a83b3
cgi-bin/DW/External/Site/GitHub.pm
@@ -62,9 +62,10 @@ sub badge_image {
62
croak 'need a DW::External::User'
63
unless $u && ref $u eq 'DW::External::User';
64
65
- # for lack of anything better, let's use the favicon
+ # we altered the favicon to show up on dark backgrounds
66
+ # original source: https://github.com/favicon.ico
67
return {
- url => "https://github.com/favicon.ico",
68
+ url => "$LJ::IMGPREFIX/profile_icons/github.png",
69
width => 16,
70
height => 16,
71
};
0 commit comments