Skip to content

Commit

Permalink
Merge pull request #113 from marekpdev/entry1
Browse files Browse the repository at this point in the history
Add entry
  • Loading branch information
marekpdev authored Oct 26, 2023
2 parents 0637f8f + dea2299 commit 85c018f
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,11 @@ val entries = listOf(
ClockWidget(Modifier.background(Color.DarkGray).fillMaxSize())
}
),
Entry.Text(
mosaic = MOSAIC1,
githubUserName = "marekpdev",
message = "Great to talk to so many interesting people at Droidcon!"
),
)

val mosaic1Entries = entries
Expand Down

0 comments on commit 85c018f

Please sign in to comment.