There was an error while loading. Please reload this page.
1 parent 1a707ea commit 29024d4Copy full SHA for 29024d4
1 file changed
example-app/src/main/java/com/mapconductor/example/DemoAppScreen.kt
@@ -5,6 +5,7 @@ import androidx.compose.foundation.layout.fillMaxSize
5
import androidx.compose.material.icons.Icons
6
import androidx.compose.material.icons.filled.CheckCircle
7
import androidx.compose.material.icons.filled.Home
8
+import androidx.compose.material.icons.filled.Place
9
import androidx.compose.material.icons.filled.PlayArrow
10
import androidx.compose.material3.Text
11
import androidx.compose.runtime.Composable
@@ -72,7 +73,7 @@ fun DemoAppScreen() {
72
73
SidebarItem(
74
id = "animation",
75
title = "Animation ",
- icon = Icons.Default.PlayArrow,
76
+ icon = Icons.Default.Place,
77
route = "animation",
78
),
79
// SidebarItem(
0 commit comments