diff --git a/pages/doc.vue b/pages/doc.vue index bb0594b9..5bd2600f 100644 --- a/pages/doc.vue +++ b/pages/doc.vue @@ -382,7 +382,7 @@ export default { }, head() { return { - title: `Documentation • ${this.$store.state.name}`, + title: `Documentation • Hoppscotch`, } }, } diff --git a/pages/graphql.vue b/pages/graphql.vue index bd3c5719..3dcdb6bf 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -822,7 +822,7 @@ export default { }, head() { return { - title: `GraphQL • ${this.$store.state.name}`, + title: `GraphQL • Hoppscotch`, } }, } diff --git a/pages/realtime.vue b/pages/realtime.vue index 84527873..376e4acf 100644 --- a/pages/realtime.vue +++ b/pages/realtime.vue @@ -26,7 +26,7 @@ export default { head() { return { - title: `Realtime • ${this.$store.state.name}`, + title: `Realtime • Hoppscotch`, } }, } diff --git a/pages/settings.vue b/pages/settings.vue index 030979c2..d16007f5 100644 --- a/pages/settings.vue +++ b/pages/settings.vue @@ -319,7 +319,7 @@ export default { }, head() { return { - title: `Settings • ${this.$store.state.name}`, + title: `Settings • Hoppscotch`, } }, }