Fix User Page Title (#68)

This commit is contained in:
Mysterious_Dev
2021-01-01 17:21:13 +01:00
committed by GitHub
parent a0b6a3bed6
commit 015c5f07bc

View File

@@ -146,6 +146,11 @@ export default {
return this.formatNumber(sum)
},
},
head() {
return {
title: this.user.username + ' - Modrinth',
}
},
}
</script>