mirror of
https://github.com/foss42/apidash.git
synced 2025-08-06 05:32:26 +08:00
Feat: New Dashboard
This commit is contained in:
@ -77,7 +77,7 @@ class _DashAppState extends ConsumerState<DashApp> {
|
||||
brightness: Brightness.dark,
|
||||
),
|
||||
themeMode: isDarkMode ? ThemeMode.dark : ThemeMode.light,
|
||||
home: const HomePage(),
|
||||
home: const Dashboard(),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user