Skip to content

Commit 315c7b0

Browse files
committed
branding things
1 parent aa3dd27 commit 315c7b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/src/components/MinimizedButton.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ export class MinimizedButton {
1717
contentContainer.className = 'button-content';
1818

1919
const img = document.createElement('img');
20-
img.src = 'https://www.cdnlogo.com/logos/e/41/espressif-systems.svg';
21-
img.alt = 'Espressif Systems Logo';
20+
img.src = 'https://acceleratingvector.com/flame.svg';
21+
img.alt = 'SparkFun Electronics Logo';
2222
contentContainer.appendChild(img);
2323

2424
const statusWrapper = document.createElement('div');

0 commit comments

Comments
 (0)