Skip to content

Commit

Permalink
Merge pull request #119 from bumble-tech/more_entries
Browse files Browse the repository at this point in the history
More entries
  • Loading branch information
mmartosdev authored Oct 26, 2023
2 parents 1cf5e2c + 3ed86d8 commit aef135d
Showing 1 changed file with 11 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,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 aef135d

Please sign in to comment.