1
Fork 0
This commit is contained in:
Korbs 2023-07-11 05:43:02 -04:00
parent 9108bc7321
commit ae7513f1f9
No known key found for this signature in database

View file

@ -12,14 +12,13 @@ export const APP = [{
}] }]
// Splash // Splash
export const SPLASH = [ export const SPLASH = [{
{
loading: import.meta.env.LoadingIndicator, loading: import.meta.env.LoadingIndicator,
background: import.meta.env.SplashBackground background: import.meta.env.SplashBackground
} }]
]
// Sidebar // Sidebar
// Edit your sidebar options in `sidebar.ts`
/// Theming /// Theming
export const SIDEBARTHEMING = [{ export const SIDEBARTHEMING = [{
// Edit the "Configuration for Theming" section in the `styles/index.scss`. // Edit the "Configuration for Theming" section in the `styles/index.scss`.