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 39678cfc..b20624b9 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -40,6 +40,11 @@ val entries = listOf( githubUserName = "mapm14", message = "Welcome back to London, folks! Excited to be here for another year" ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "astamato", + message = "Hey yall! Who's at DC LON??? :D Hoping to meet ye here!" + ), ) val mosaic1Entries = entries