From 8a127149b35218452c31fd2539decdd3d4cd3d3e Mon Sep 17 00:00:00 2001 From: KCL-SAK <43542388+KCL-SAK@users.noreply.github.com> Date: Fri, 27 Oct 2023 15:05:44 +0100 Subject: [PATCH] Update Entries.kt --- .../commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt | 4 ++++ 1 file changed, 4 insertions(+) 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 c3fd36f7..fbf273e3 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -375,5 +375,9 @@ val entries = listOf( githubUserName = "JuliaSotola", message = "Make the world a better place!" ), + Entry.Text( + githubUserName = "KCL-SAK", + message = "Vernoica, Helen, Faisa and Rosie are amazing!" + ), )