File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
sample/common/src/commonMain
composeResources/drawable Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ import androidx.compose.ui.unit.dp
5151import androidx.compose.ui.window.Dialog
5252import com.mohamedrejeb.richeditor.annotation.ExperimentalRichTextApi
5353import com.mohamedrejeb.richeditor.common.generated.resources.Res
54- import com.mohamedrejeb.richeditor.common.generated.resources.slack_logo
54+ import com.mohamedrejeb.richeditor.common.generated.resources.kajabi_logo
5555import com.mohamedrejeb.richeditor.model.RichTextState
5656import com.mohamedrejeb.richeditor.model.rememberRichTextState
5757import com.mohamedrejeb.richeditor.ui.material3.RichText
@@ -148,8 +148,8 @@ fun KJDemoScreen(
148148 .background(Color .White )
149149 ) {
150150 Image (
151- painterResource(Res .drawable.slack_logo ),
152- contentDescription = " Slack Logo" ,
151+ painterResource(Res .drawable.kajabi_logo ),
152+ contentDescription = " Kajabi Logo" ,
153153 modifier = Modifier
154154 .fillMaxSize()
155155 .padding(6 .dp)
@@ -166,7 +166,7 @@ fun KJDemoScreen(
166166 modifier = Modifier .fillMaxWidth()
167167 ) {
168168 Text (
169- text = " Mohamed Rejeb " ,
169+ text = " John Doe " ,
170170 color = Color .White ,
171171 fontWeight = FontWeight .Bold
172172 )
You can’t perform that action at this time.
0 commit comments