From 66483c25329c887de52c5ab6d94c61d86e554585 Mon Sep 17 00:00:00 2001 From: Manel Martos Date: Thu, 26 Oct 2023 07:18:19 +0100 Subject: [PATCH] Add my own tile --- .../kotlin/com/bumble/livemosaic/model/Entries.kt | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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