We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 040638e commit 373133bCopy full SHA for 373133b
pkg/oxide/index.ts
@@ -7,5 +7,5 @@ export default function(plugin: IPlugin): void {
7
plugin.metadata = require('./package.json');
8
9
// 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');
+ plugin.register('image', 'providers/oxide.svg', require('./oxide.svg'));
11
}
pkg/oxide/oxide.svg
0 commit comments