added vac icon to chat + changed chat url
All checks were successful
CSGOWTF/csgowtf/pipeline/head This commit looks good

This commit is contained in:
2022-02-03 16:15:58 +01:00
parent 38d4b7d961
commit 4f27e8dd16
3 changed files with 63 additions and 28 deletions

View File

@@ -81,7 +81,7 @@ const routes = [
}
},
{
path: 'chat-history',
path: 'chat',
components: {
score: lazyLoadComponent('MatchChatHistory')
}