feat: rtl display + dark theme improvements
This commit is contained in:
@@ -3,7 +3,7 @@ import { make } from 'vuex-pathify'
|
||||
/* global siteConfig */
|
||||
|
||||
const state = {
|
||||
company: '',
|
||||
company: siteConfig.company,
|
||||
dark: siteConfig.darkMode,
|
||||
mascot: true,
|
||||
title: siteConfig.title,
|
||||
|
Reference in New Issue
Block a user