Skip to content

Commit

Permalink
Merge branch 'main' into alsafer-new-entry
Browse files Browse the repository at this point in the history
  • Loading branch information
KovalevAndrey authored Oct 27, 2023
2 parents e174589 + 3bf6c7a commit cc940ba
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,11 +136,16 @@ val entries = listOf(
githubUserName = "Phelenor",
message = "Greetings from Sofascore!"
),
Entry.Text(
mosaic = MOSAIC1,
githubUserName = "AnujVashisht",
message = "This is the most popular entry, coming straight from phone 😅"
),
Entry.Text(
mosaic = MOSAIC1,
githubUserName = "alsafer",
message = "Hello Droidcon London! Another great conference meeting great people!"
),
),
Entry.ComposableContent(
mosaic = MOSAIC1,
githubUserName = "adriantache",
Expand Down

0 comments on commit cc940ba

Please sign in to comment.