diff --git a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt index 7c270d21..e79c8c2d 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -70,6 +70,11 @@ val entries = listOf( githubUserName = "pedrorg18", message = "Hi there, happy to be here and attend interesting talks!" ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "juanmazake", + message = "You never lose. You either win or you learn." + ), ) val mosaic1Entries = entries