diff --git a/pages/doc.vue b/pages/doc.vue index bb0594b96..5bd2600f8 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 bd3c57194..3dcdb6bf9 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 845278735..376e4acfe 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 030979c28..d16007f59 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`, } }, }