Fix User Page Title (#68)
This commit is contained in:
parent
a0b6a3bed6
commit
015c5f07bc
@ -146,6 +146,11 @@ export default {
|
||||
return this.formatNumber(sum)
|
||||
},
|
||||
},
|
||||
head() {
|
||||
return {
|
||||
title: this.user.username + ' - Modrinth',
|
||||
}
|
||||
},
|
||||
}
|
||||
</script>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user