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

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