We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa3dd27 commit 315c7b0Copy full SHA for 315c7b0
kernel/src/components/MinimizedButton.ts
@@ -17,8 +17,8 @@ export class MinimizedButton {
17
contentContainer.className = 'button-content';
18
19
const img = document.createElement('img');
20
- img.src = 'https://www.cdnlogo.com/logos/e/41/espressif-systems.svg';
21
- img.alt = 'Espressif Systems Logo';
+ img.src = 'https://acceleratingvector.com/flame.svg';
+ img.alt = 'SparkFun Electronics Logo';
22
contentContainer.appendChild(img);
23
24
const statusWrapper = document.createElement('div');
0 commit comments