File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
example/src/commonMain/kotlin/com/singularityuniverse/lib/userguide/example Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ private fun Content(userGuideState: UserGuideState) {
6767 userGuideState,
6868 id = " target-2" ,
6969 order = 1 ,
70- tooltipContent = " This is the third target. Notice how the tooltip automatically positions itself."
70+ tooltipContent = " This is the second target. Notice how the tooltip automatically positions itself."
7171 ),
7272 text = " This is Target 2"
7373 )
@@ -81,7 +81,7 @@ private fun Content(userGuideState: UserGuideState) {
8181 userGuideState,
8282 id = " target-3" ,
8383 order = 2 ,
84- tooltipContent = " This is the second target in our guide sequence. You can add detailed instructions here."
84+ tooltipContent = " This is the third target in our guide sequence. You can add detailed instructions here."
8585 )
8686 .size(120 .dp)
8787 .padding(8 .dp),
You can’t perform that action at this time.
0 commit comments