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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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