Skip to content

Commit

Permalink
Merge pull request #59 from manuel-martos/add-tile
Browse files Browse the repository at this point in the history
Add tile
  • Loading branch information
mmartosdev authored Oct 26, 2023
2 parents 2e61e65 + 66483c2 commit bb528a6
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bb528a6

Please sign in to comment.