Skip to content

Commit

Permalink
More entries
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelvicnt committed Oct 26, 2023
1 parent f83ec38 commit 3ed86d8
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,17 @@ val entries = listOf(
githubUserName = "victor-wallapop",
message = "Why so serious?"
),
Entry.Text(
mosaic = MOSAIC1,
githubUserName = "vladislavfitz",
message = "Vive Android"
),
Entry.Text(
mosaic = MOSAIC1,
githubUserName = "aallam",
message = "Hello from Paris 🥖"
),

)

val mosaic1Entries = entries
Expand Down

0 comments on commit 3ed86d8

Please sign in to comment.