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

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