Skip to content

Commit 373133b

Browse files
committed
oxide: load icon from file
1 parent 040638e commit 373133b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

pkg/oxide/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ export default function(plugin: IPlugin): void {
77
plugin.metadata = require('./package.json');
88

99
// This specifically sets the icon for the node driver, not the extension itself.
10-
plugin.register('image', 'providers/oxide.svg', 'https://oxide.computer/img/press/wordmark-black.svg');
10+
plugin.register('image', 'providers/oxide.svg', require('./oxide.svg'));
1111
}

pkg/oxide/oxide.svg

+3
Loading

0 commit comments

Comments
 (0)