updated page titles
This commit is contained in:
@@ -57,11 +57,11 @@ export default {
|
||||
axios
|
||||
.get(`http://localhost:8000/match/${props.match_id}`)
|
||||
.then((response) => {
|
||||
document.title = `${response.data.map} | CSGO-W.TF`
|
||||
document.title = `${response.data.map} | csgoWTF`
|
||||
data.matchDetails = response.data
|
||||
data.stats = response.data.stats
|
||||
data.score = response.data.score
|
||||
console.log(response.data)
|
||||
// console.log(response.data)
|
||||
})
|
||||
.catch((e) => {
|
||||
console.log(e)
|
||||
|
@@ -251,7 +251,7 @@ export default {
|
||||
}
|
||||
SaveLastVisitedToLocalStorage(player)
|
||||
|
||||
document.title = `${response.data.name} | CSGO-W.TF`
|
||||
document.title = `${response.data.name} | csgoWTF`
|
||||
})
|
||||
.catch((e) => {
|
||||
console.log(e);
|
||||
|
Reference in New Issue
Block a user