Skip to content

Commit d06cb34

Browse files
committed
visual(client): improve title
1 parent 0f22b2f commit d06cb34

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

apps/client/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
/>
5151
<meta
5252
property="og:title"
53-
content="DeepNotes - Infinite Canvas Note-taking"
53+
content="DeepNotes - Infinite Canvas Encrypted Note-taking"
5454
/>
5555
<meta
5656
property="og:description"
@@ -72,7 +72,7 @@
7272
/>
7373
<meta
7474
property="twitter:title"
75-
content="DeepNotes - Infinite Canvas Note-taking"
75+
content="DeepNotes - Infinite Canvas Encrypted Note-taking"
7676
/>
7777
<meta
7878
property="twitter:description"

apps/client/src/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import { useEventListener } from '@vueuse/core';
1010
import { isCtrlDown } from './code/utils/misc';
1111
1212
useMeta(() => ({
13-
title: 'DeepNotes - Infinite Canvas Note-taking',
13+
title: 'DeepNotes - Infinite Canvas Encrypted Note-taking',
1414
}));
1515
1616
onMounted(() => {

0 commit comments

Comments
 (0)