diff --git a/frontend/app.js b/frontend/app.js index 503e0db..6fb92ca 100644 --- a/frontend/app.js +++ b/frontend/app.js @@ -1839,7 +1839,7 @@ function noteApp() { - + ${esc(folder.name)} ${folder.notes.length === 0 && (!folder.children || Object.keys(folder.children).length === 0) ? `(${this.t('folders.empty')})` : ''} @@ -1919,7 +1919,7 @@ function noteApp() { onmouseover="window.$root.handleItemHover(this, true)" onmouseout="window.$root.handleItemHover(this, false)" > - ${shareIcon}${icon}${icon ? ' ' : ''}${esc(note.name)} + ${shareIcon}${icon}${icon ? ' ' : ''}${esc(note.name)} @@ -2927,8 +2928,8 @@
-
-
+
+