update icons in mock data

This commit is contained in:
Mads Rasmussen
2023-03-24 11:50:50 +01:00
parent 57b1eb85b4
commit ec55a8a3be

View File

@@ -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`,
},