diff --git a/docs/frontend_api/entities_fnote.js.html b/docs/frontend_api/entities_fnote.js.html index e29371a09..628420857 100644 --- a/docs/frontend_api/entities_fnote.js.html +++ b/docs/frontend_api/entities_fnote.js.html @@ -42,7 +42,7 @@ const NOTE_TYPE_ICONS = { "code": "bx bx-code", "render": "bx bx-extension", "search": "bx bx-file-find", - "relationMap": "bx bxl-graphql", + "relationMap": "bx bx-map-alt", "book": "bx bx-book", "noteMap": "bx bxl-graphql", "mermaid": "bx bx-selection", @@ -570,7 +570,7 @@ class FNote { return workspaceIconClass; } else if (this.noteId === 'root') { - return "bx bx-chevrons-right"; + return "bx bx-home-alt-2"; } if (this.noteId === '_share') { return "bx bx-share-alt"; diff --git a/src/public/app/entities/fnote.js b/src/public/app/entities/fnote.js index 0850c39f4..e98a1be7c 100644 --- a/src/public/app/entities/fnote.js +++ b/src/public/app/entities/fnote.js @@ -14,7 +14,7 @@ const NOTE_TYPE_ICONS = { "code": "bx bx-code", "render": "bx bx-extension", "search": "bx bx-file-find", - "relationMap": "bx bxl-graphql", + "relationMap": "bx bx-map-alt", "book": "bx bx-book", "noteMap": "bx bxl-graphql", "mermaid": "bx bx-selection", @@ -543,7 +543,7 @@ class FNote { return workspaceIconClass; } else if (this.noteId === 'root') { - return "bx bx-chevrons-right"; + return "bx bx-home-alt-2"; } if (this.noteId === '_share') { return "bx bx-share-alt";