diff --git a/src/lib/components/icons/AdjustmentsHorizontalOutline.svelte b/src/lib/components/icons/AdjustmentsHorizontalOutline.svelte
new file mode 100644
index 0000000000..8219eb53c5
--- /dev/null
+++ b/src/lib/components/icons/AdjustmentsHorizontalOutline.svelte
@@ -0,0 +1,19 @@
+
+
+
diff --git a/src/lib/components/notes/NoteEditor/Chat.svelte b/src/lib/components/notes/NoteEditor/Chat.svelte
index 5310165e2e..fa20bdf7a0 100644
--- a/src/lib/components/notes/NoteEditor/Chat.svelte
+++ b/src/lib/components/notes/NoteEditor/Chat.svelte
@@ -297,10 +297,6 @@ Based on the user's instruction, update and enhance the existing notes by incorp
};
onMount(async () => {
- if ($user?.role !== 'admin') {
- await goto('/');
- }
-
editorEnabled = localStorage.getItem('noteEditorEnabled') === 'true';
loaded = true;
diff --git a/src/lib/components/notes/NoteEditor/Settings.svelte b/src/lib/components/notes/NoteEditor/Controls.svelte
similarity index 100%
rename from src/lib/components/notes/NoteEditor/Settings.svelte
rename to src/lib/components/notes/NoteEditor/Controls.svelte