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
@@ -106,6 +106,9 @@ export default {
this.$nuxt.$loading.finish()
},
},
head: {
title: 'Notifications - Modrinth',
},
}
</script>