Merge remote-tracking branch 'private/natalie/antisocial' into sabrecat/chat-warning

This commit is contained in:
SabreCat
2023-06-05 15:32:46 -05:00
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';
},
+1 -1
View File
@@ -314,7 +314,7 @@ const router = new VueRouter({
name: 'faq', path: 'faq', component: FAQPage, meta: { requiresLogin: false },
},
{
name: 'chatSunsetFaq', path: 'chat-sunset-faq', component: ChatSunsetFaq, meta: { requiresLogin: false },
name: 'chatSunsetFaq', path: 'faq/tavern-and-guilds', component: ChatSunsetFaq, meta: { requiresLogin: false },
},
{
name: 'features', path: 'features', component: FeaturesPage, meta: { requiresLogin: false },