Skip to content

Commit

Permalink
Add my own tile
Browse files Browse the repository at this point in the history
  • Loading branch information
mmartosdev committed Oct 26, 2023
1 parent 4523916 commit 66483c2
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 66483c2

Please sign in to comment.