Browse Source

logo image path fix

pull/157/head
Luckyvb 4 years ago
committed by GitHub
parent
commit
2d8679eed5
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      PVEDiscordDark/js/PVEDiscordDark.js

2
PVEDiscordDark/js/PVEDiscordDark.js

@ -10,7 +10,7 @@ const swapLogo = async function() {
node.parentElement.parentElement.style.background = '#23272A'; node.parentElement.parentElement.style.background = '#23272A';
node.setAttribute('height', `${height}px`); node.setAttribute('height', `${height}px`);
node.setAttribute('width', `${width}px`); node.setAttribute('width', `${width}px`);
node.setAttribute('src', '/pve2/images/dd_logo.png'); node.setAttribute('src', '/images/dd_logo.png');
} }
} }
if (!found) { if (!found) {

Loading…
Cancel
Save