Skip to content

Commit 321a3ea

Browse files
committed
Updating icons and notes
1 parent 1cb5b2a commit 321a3ea

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
40.8 KB
Loading

sample/common/src/commonMain/kotlin/com/kjcommunities/KJDemoScreen.kt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ import androidx.compose.ui.unit.dp
5151
import androidx.compose.ui.window.Dialog
5252
import com.mohamedrejeb.richeditor.annotation.ExperimentalRichTextApi
5353
import 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
5555
import com.mohamedrejeb.richeditor.model.RichTextState
5656
import com.mohamedrejeb.richeditor.model.rememberRichTextState
5757
import 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
)
40.8 KB
Loading

0 commit comments

Comments
 (0)