Luckyvb
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
PVEDiscordDark/js/PVEDiscordDark.js
|
|
@ -10,7 +10,7 @@ const swapLogo = async function() { |
|
|
|
node.parentElement.parentElement.style.background = '#23272A'; |
|
|
|
node.setAttribute('height', `${height}px`); |
|
|
|
node.setAttribute('width', `${width}px`); |
|
|
|
node.setAttribute('src', '/pve2/images/dd_logo.png'); |
|
|
|
node.setAttribute('src', '/images/dd_logo.png'); |
|
|
|
} |
|
|
|
} |
|
|
|
if (!found) { |
|
|
|