File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,11 @@ import { Widget } from '@lumino/widgets';
27
27
import { Drive } from './s3contents' ;
28
28
29
29
import { DriveIcon } from './icons' ;
30
- import { FilenameSearcher , IScore } from '@jupyterlab/ui-components' ;
30
+ import {
31
+ FilenameSearcher ,
32
+ IScore ,
33
+ folderIcon
34
+ } from '@jupyterlab/ui-components' ;
31
35
import { ReadonlyPartialJSONObject , Token } from '@lumino/coreutils' ;
32
36
import { S3ClientConfig } from '@aws-sdk/client-s3' ;
33
37
@@ -163,7 +167,7 @@ const defaultFileBrowser: JupyterFrontEndPlugin<IDefaultFileBrowser> = {
163
167
// Set attributes when adding the browser to the UI
164
168
defaultBrowser . node . setAttribute ( 'role' , 'region' ) ;
165
169
defaultBrowser . node . setAttribute ( 'aria-label' , 'Drive Browser Section' ) ;
166
- defaultBrowser . title . icon = DriveIcon ;
170
+ defaultBrowser . title . icon = folderIcon ;
167
171
168
172
// Show the current file browser shortcut in its title.
169
173
const updateBrowserTitle = ( ) => {
You can’t perform that action at this time.
0 commit comments