Fixed improper page title definition
This commit is contained in:
@@ -382,7 +382,7 @@ export default {
|
|||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: `Documentation • ${this.$store.state.name}`,
|
title: `Documentation • Hoppscotch`,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -822,7 +822,7 @@ export default {
|
|||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: `GraphQL • ${this.$store.state.name}`,
|
title: `GraphQL • Hoppscotch`,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -26,7 +26,7 @@
|
|||||||
export default {
|
export default {
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: `Realtime • ${this.$store.state.name}`,
|
title: `Realtime • Hoppscotch`,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -319,7 +319,7 @@ export default {
|
|||||||
},
|
},
|
||||||
head() {
|
head() {
|
||||||
return {
|
return {
|
||||||
title: `Settings • ${this.$store.state.name}`,
|
title: `Settings • Hoppscotch`,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user