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 6dfb45d5..d2ff1725 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -301,6 +301,11 @@ val entries = listOf( githubUserName = "stewemetal", content = { DroidconLondonHalloweenSpecial() } ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "katekatjuchka", + message = "It is an amazing conference, kudos to the organisers, Happy Friday!" + ), ) val mosaic1Entries = entries