Fixed improper page title definition

This commit is contained in:
Andrew Bastin
2020-10-04 22:23:30 -04:00
parent 48142721ac
commit c778a28f2b
4 changed files with 4 additions and 4 deletions

View File

@@ -382,7 +382,7 @@ export default {
}, },
head() { head() {
return { return {
title: `Documentation • ${this.$store.state.name}`, title: `Documentation • Hoppscotch`,
} }
}, },
} }

View File

@@ -822,7 +822,7 @@ export default {
}, },
head() { head() {
return { return {
title: `GraphQL • ${this.$store.state.name}`, title: `GraphQL • Hoppscotch`,
} }
}, },
} }

View File

@@ -26,7 +26,7 @@
export default { export default {
head() { head() {
return { return {
title: `Realtime • ${this.$store.state.name}`, title: `Realtime • Hoppscotch`,
} }
}, },
} }

View File

@@ -319,7 +319,7 @@ export default {
}, },
head() { head() {
return { return {
title: `Settings • ${this.$store.state.name}`, title: `Settings • Hoppscotch`,
} }
}, },
} }