WIP(fix): change URL

This commit is contained in:
CuriousMagpie
2023-06-05 12:33:40 -04:00
parent 93d9038765
commit 2154ba5451
2 changed files with 2 additions and 2 deletions
@@ -494,7 +494,7 @@ export default {
async mounted () {
this.$store.dispatch('common:setTitle', {
subSection: this.$t('chat-sunset-faq'),
subSection: this.$t('faq/taverns-and-guilds'),
});
document.body.style.background = '#ffffff';
},