You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/components/library/Library.vue
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@
13
13
</div>
14
14
<pv-if="(!searchDescription && !searchQuery && search)"class="text-red-600">Warning: No search option is selected</p>
15
15
<!-- the documentations -->
16
-
<pv-if="!loggedin"class="m-10 font-mono text-red-600 text-xl text-center font-bold">Warning: you are not signed in. Your documentation will not be saved</p>
16
+
<pv-if="!loggedin"class="m-10 font-mono text-red-600 text-xl text-center font-bold">Warning: you are not signed in. Your documentation will not be saved after closing the page</p>
17
17
<pv-if="docs.length == 0"class="m-10 font-mono text-blue-900 text-2xl text-center font-bold">Click on add new qeury to create query in library</p>
0 commit comments