add new pandora logo

This commit is contained in:
rlx 2011-08-26 00:22:26 +00:00
parent 29923038c7
commit e383ddf440
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,9 @@ pandora.ui.siteDialog = function(section) {
.css({padding: '16px'})
.append(
$('<img>')
.attr({src: '/static/png/logo256.png'})
.attr({src: '/static/png/' + (
id == 'software' ? 'pandora' : 'logo'
) + '256.png'})
.css({width: '128px'})
),
size: 144

BIN
static/png/pandora256.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 54 KiB