Fixed improper page title definition
This commit is contained in:
parent
48142721ac
commit
c778a28f2b
4 changed files with 4 additions and 4 deletions
|
|
@ -382,7 +382,7 @@ export default {
|
|||
},
|
||||
head() {
|
||||
return {
|
||||
title: `Documentation • ${this.$store.state.name}`,
|
||||
title: `Documentation • Hoppscotch`,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -822,7 +822,7 @@ export default {
|
|||
},
|
||||
head() {
|
||||
return {
|
||||
title: `GraphQL • ${this.$store.state.name}`,
|
||||
title: `GraphQL • Hoppscotch`,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -26,7 +26,7 @@
|
|||
export default {
|
||||
head() {
|
||||
return {
|
||||
title: `Realtime • ${this.$store.state.name}`,
|
||||
title: `Realtime • Hoppscotch`,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
|
|
@ -319,7 +319,7 @@ export default {
|
|||
},
|
||||
head() {
|
||||
return {
|
||||
title: `Settings • ${this.$store.state.name}`,
|
||||
title: `Settings • Hoppscotch`,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue