Fixed improper page title definition
This commit is contained in:
@@ -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`,
|
||||
}
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user