Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Commit

Permalink
or use logo
Browse files Browse the repository at this point in the history
  • Loading branch information
yyolk committed Mar 2, 2015
1 parent 9e6bb03 commit 92e59a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/openrepo/logo.js
Expand Up @@ -2,10 +2,10 @@ exports.getShowLogo = function(name) {
logoMap = {
'netartizens': 'netartizens.png',
'furtherfield': 'furtherfield_logo.png',
'furtherfieldgallery': 'furtherfield_logo.png',
'furtherfieldgallery': 'furtherfield_logo2.png',
'glitChicago': 'glitchicago.jpg',
'sudlab': 'sudlablogo.png',
'mcainternetsuperheroes': 'mca.gif',
}
return logoMap[name]
return logoMap[name] || '0.png'
}

0 comments on commit 92e59a9

Please sign in to comment.