Fix page title for dashboard (#181)

* Fix page title for dashboard

* Fix Notifications page title

* Fix My Mods title

* Fix M lowercase
This commit is contained in:
Mysterious_Dev
2021-04-25 04:51:39 +02:00
committed by GitHub
parent 3033376028
commit a872058704
6 changed files with 16 additions and 1 deletions
+3
View File
@@ -210,6 +210,9 @@ export default {
this.$refs.delete_popup.show()
},
},
head: {
title: 'Settings - Modrinth',
},
}
</script>