Skip to content

Commit 246072c

Browse files
Keep the yellow brick for the tab icon.
1 parent 0561e6c commit 246072c

6 files changed

Lines changed: 62 additions & 392 deletions

File tree

src/movehub-extension/components/CopyToClipboard.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
import { useState } from 'react';
21
import copySVG from '../../../style/copy.svg';
32
const copySVGUrl = `data:image/svg+xml;base64,${btoa(copySVG)}`;
43

src/movehub-extension/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import {
1313
import { MoveHub } from './moveHub';
1414
import ipymovehubPlugin from './plugin';
1515
/*import { LegoBrickIcon } from '../bluetooth/icon';*/
16-
import { StudsYellowIcon } from '../bluetooth/icon';
16+
import { LegoBrickIcon } from '../bluetooth/icon';
1717
import { MoveHubPanelWidget } from './components/MoveHubPanel';
1818
import { LegoBuildSelectorWidget } from './components/LegoBuildSelector';
1919
import { BatteryWidget } from './components/BatteryGauge';
@@ -107,7 +107,7 @@ const LEGOMoveHubControlPanelPlugin: JupyterFrontEndPlugin<void> = {
107107
main.id = 'lego-movehub-control-panel';
108108
main.title.label = 'LEGO® Move Hub';
109109
main.title.closable = true;
110-
main.title.icon = StudsYellowIcon;
110+
main.title.icon = LegoBrickIcon;
111111
app.shell.add(main, 'main');
112112

113113

style/LegoBrick.svg

Lines changed: 60 additions & 38 deletions
Loading

style/studs-yellow.svg

Lines changed: 0 additions & 137 deletions
This file was deleted.

0 commit comments

Comments
 (0)