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 ac1897b4..67f5d663 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -14,7 +14,12 @@ val entries = listOf( mosaic = MOSAIC1, githubUserName = "KovalevAndrey", message = "Looking forward to all the talks, meeting new people and beer at the afterparty!" - ) + ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "manuel-martos", + message = "Happy to be here for another year, eager to attend the talks and meet with many folks! #dcnlnd23" + ), ) val mosaic1Entries = entries