We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f22b2f commit d06cb34Copy full SHA for d06cb34
2 files changed
apps/client/index.html
@@ -50,7 +50,7 @@
50
/>
51
<meta
52
property="og:title"
53
- content="DeepNotes - Infinite Canvas Note-taking"
+ content="DeepNotes - Infinite Canvas Encrypted Note-taking"
54
55
56
property="og:description"
@@ -72,7 +72,7 @@
72
73
74
property="twitter:title"
75
76
77
78
property="twitter:description"
apps/client/src/App.vue
@@ -10,7 +10,7 @@ import { useEventListener } from '@vueuse/core';
10
import { isCtrlDown } from './code/utils/misc';
11
12
useMeta(() => ({
13
- title: 'DeepNotes - Infinite Canvas Note-taking',
+ title: 'DeepNotes - Infinite Canvas Encrypted Note-taking',
14
}));
15
16
onMounted(() => {
0 commit comments