chore: change startDestination to journal/schedule

This commit is contained in:
2026-02-14 23:30:43 +03:00
parent 26c4efedc7
commit ae08758277
@@ -1,4 +1,4 @@
// Copyright (c) 2025 Gleb Zaharov. License: GPLv3 (see LICENSE).
// Copyright (c) 2026 Gleb Zaharov. License: GPLv3 (see LICENSE).
package ru.sweetbread.unn.ui.layout
@@ -173,7 +173,7 @@ class MainActivity : ComponentActivity() {
}
) { innerPadding ->
Box(Modifier.padding(innerPadding)) {
NavHost(navController, startDestination = "portal/blogposts") {
NavHost(navController, startDestination = "journal/schedule") {
composable("portal/blogposts") {
Blogposts()
}