update icons in mock data
This commit is contained in:
@@ -15,7 +15,7 @@ export const data: Array<StylesheetDBItem> = [
|
||||
isFolder: false,
|
||||
name: 'Stylesheet File 1.css',
|
||||
type: 'stylesheet',
|
||||
icon: 'icon-brackets',
|
||||
icon: 'umb:brackets',
|
||||
hasChildren: false,
|
||||
content: `Stylesheet content 1`,
|
||||
},
|
||||
@@ -24,7 +24,7 @@ export const data: Array<StylesheetDBItem> = [
|
||||
isFolder: false,
|
||||
name: 'Stylesheet File 2.css',
|
||||
type: 'stylesheet',
|
||||
icon: 'icon-brackets',
|
||||
icon: 'umb:brackets',
|
||||
hasChildren: false,
|
||||
content: `Stylesheet content 2`,
|
||||
},
|
||||
@@ -33,8 +33,8 @@ export const data: Array<StylesheetDBItem> = [
|
||||
isFolder: true,
|
||||
name: 'Folder 1',
|
||||
type: 'stylesheet',
|
||||
icon: 'icon-folder',
|
||||
hasChildren: false,
|
||||
icon: 'umb:folder',
|
||||
hasChildren: true,
|
||||
content: `Stylesheet content 3`,
|
||||
},
|
||||
{
|
||||
@@ -42,7 +42,7 @@ export const data: Array<StylesheetDBItem> = [
|
||||
isFolder: false,
|
||||
name: 'Stylesheet File 3.css',
|
||||
type: 'stylesheet',
|
||||
icon: 'icon-brackets',
|
||||
icon: 'umb:brackets',
|
||||
hasChildren: false,
|
||||
content: `Stylesheet content 3`,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user