Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 343aab1

Browse files
ui(home): add missing page titles
1 parent e4b21f4 commit 343aab1

File tree

6 files changed

+26
-0
lines changed

6 files changed

+26
-0
lines changed

‎apps/client/src/pages/home/Download/Download.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ import { multiModePath } from 'src/code/utils/misc';
212212
213213
import PlatformCard from './PlatformCard.vue';
214214
215+
useMeta(() => ({
216+
title: 'Downloads - DeepNotes',
217+
}));
218+
215219
const version = process.env.npm_package_version;
216220
217221
const loading = ref(true);

‎apps/client/src/pages/home/Pricing/Pricing.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,10 @@ import { handleError } from 'src/code/utils/misc';
150150
151151
import PlanCard from './PlanCard.vue';
152152
153+
useMeta(() => ({
154+
title: 'Pricing - DeepNotes',
155+
}));
156+
153157
const billingFrequency = ref<'monthly' | 'yearly'>('monthly');
154158
155159
const plan = computed(() =>

‎apps/client/src/pages/home/PrivacyPolicy/PrivacyPolicy.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ import { gfmHeadingId } from 'marked-gfm-heading-id';
4646
4747
import PrivacyPolicyItems from './PrivacyPolicyItems.vue';
4848
49+
useMeta(() => ({
50+
title: 'Privacy Policy - DeepNotes',
51+
}));
52+
4953
marked.use(gfmHeadingId());
5054
5155
const html = marked(`

‎apps/client/src/pages/home/Subscribed.vue

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,9 @@
3434
</ResponsiveContainer>
3535
</q-page>
3636
</template>
37+
38+
<script setup lang="ts">
39+
useMeta(() => ({
40+
title: 'Thanks for choosing the Pro Plan! - DeepNotes',
41+
}));
42+
</script>

‎apps/client/src/pages/home/TermsOfService/TermsOfService.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ import { gfmHeadingId } from 'marked-gfm-heading-id';
4646
4747
import TermsOfServiceItems from './TermsOfServiceItems.vue';
4848
49+
useMeta(() => ({
50+
title: 'Terms of Service - DeepNotes',
51+
}));
52+
4953
marked.use(gfmHeadingId());
5054
5155
const html = marked(`

‎apps/client/src/pages/home/Whitepaper/Whitepaper.vue

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,10 @@ import { multiModePath } from 'src/code/utils/misc';
4747
4848
import WhitepaperItems from './WhitepaperItems.vue';
4949
50+
useMeta(() => ({
51+
title: 'Whitepaper - DeepNotes',
52+
}));
53+
5054
marked.use(gfmHeadingId());
5155
5256
const html = marked(`

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /