Skip to content

Commit aa3dd27

Browse files
committed
change icon/logos
1 parent 8eaca01 commit aa3dd27

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kernel/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ const kernelPlugin: JupyterLiteServerPlugin<void> = {
3434
language: 'python',
3535
argv: [],
3636
resources: {
37-
'logo-32x32': 'https://www.cdnlogo.com/logos/e/41/espressif-systems.svg',
38-
'logo-64x64': 'https://www.cdnlogo.com/logos/e/41/espressif-systems.svg',
37+
'logo-32x32': 'https://acceleratingvector.com/flame.svg',
38+
'logo-64x64': 'https://acceleratingvector.com/flame.svg',
3939
},
4040
},
4141
create: async (options: IKernel.IOptions): Promise<IKernel> => {

0 commit comments

Comments
 (0)