mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 10:37:05 +05:30
LobstersItem: fix avatar URL
This commit is contained in:
parent
9e67e7cc0f
commit
00b29d7425
1 changed files with 1 additions and 1 deletions
|
@ -75,7 +75,7 @@ fun LobstersCard(
|
|||
)
|
||||
SubmitterName(
|
||||
text = "Submitted by ${post.submitterName}",
|
||||
avatarUrl = post.submitterAvatarUrl,
|
||||
avatarUrl = "https://lobste.rs/${post.submitterAvatarUrl}",
|
||||
contentDescription = "Submitted by ${post.submitterName}",
|
||||
)
|
||||
Row(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue