add new pandora logo
This commit is contained in:
parent
f12a9326ab
commit
22e4ddc628
2 changed files with 3 additions and 1 deletions
|
@ -19,7 +19,9 @@ pandora.ui.siteDialog = function(section) {
|
||||||
.css({padding: '16px'})
|
.css({padding: '16px'})
|
||||||
.append(
|
.append(
|
||||||
$('<img>')
|
$('<img>')
|
||||||
.attr({src: '/static/png/logo256.png'})
|
.attr({src: '/static/png/' + (
|
||||||
|
id == 'software' ? 'pandora' : 'logo'
|
||||||
|
) + '256.png'})
|
||||||
.css({width: '128px'})
|
.css({width: '128px'})
|
||||||
),
|
),
|
||||||
size: 144
|
size: 144
|
||||||
|
|
BIN
static/png/pandora256.png
Normal file
BIN
static/png/pandora256.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 54 KiB |
Loading…
Reference in a new issue