mirror of
https://github.com/layer-systems/website.git
synced 2026-06-17 01:58:30 +02:00
fix: update default theme in App configuration from system to light
This commit is contained in:
@@ -32,7 +32,7 @@ const queryClient = new QueryClient({
|
||||
});
|
||||
|
||||
const defaultConfig: AppConfig = {
|
||||
theme: "system",
|
||||
theme: "light",
|
||||
relayMetadata: {
|
||||
relays: [
|
||||
{ url: 'wss://relay.layer.systems', read: true, write: true },
|
||||
|
||||
Reference in New Issue
Block a user