From 24cc84396bea9b65c857c9f7bfba95fa80b25683 Mon Sep 17 00:00:00 2001 From: Sergio Borne Date: Thu, 26 Oct 2023 08:47:03 +0100 Subject: [PATCH] Add sergio entry --- .../commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt | 5 +++++ 1 file changed, 5 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 f9f2f4c9..4eb2787f 100644 --- a/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt +++ b/shared/src/commonMain/kotlin/com/bumble/livemosaic/model/Entries.kt @@ -20,6 +20,11 @@ val entries = listOf( githubUserName = "manuel-martos", message = "Happy to be here for another year, eager to attend the talks and meet with many folks! #dclnd23" ), + Entry.Text( + mosaic = MOSAIC1, + githubUserName = "sergioborne", + message = "Last year Berlin, this year London. Where to next year?? #dcldn23" + ), ) val mosaic1Entries = entries