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

View File

@@ -70,6 +70,9 @@ export default {
mods: res.data,
}
},
head: {
title: 'My mods - Modrinth',
},
}
</script>