diff --git a/src/components/Note/NoteToolbar.vue b/src/components/Note/NoteToolbar.vue
index d9af9c8..09d692b 100644
--- a/src/components/Note/NoteToolbar.vue
+++ b/src/components/Note/NoteToolbar.vue
@@ -21,6 +21,7 @@ const emit = defineEmits<{
+ Delete note
Are you sure you want to delete this note?
@@ -33,6 +34,7 @@ const emit = defineEmits<{
+ Set root note
Are you sure you want to set this note as root note?
diff --git a/src/components/TopBar.vue b/src/components/TopBar.vue
index 118fd55..f4a69bb 100644
--- a/src/components/TopBar.vue
+++ b/src/components/TopBar.vue
@@ -51,6 +51,7 @@ const authModalInitialStateOpen = ref(
+ Sign in
@@ -70,8 +71,14 @@ const authModalInitialStateOpen = ref(
>
- Sign out
+
+
+
+ Sign out
+
+
+ Sign out
Are you sure want to signout?