mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +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(
|
SubmitterName(
|
||||||
text = "Submitted by ${post.submitterName}",
|
text = "Submitted by ${post.submitterName}",
|
||||||
avatarUrl = post.submitterAvatarUrl,
|
avatarUrl = "https://lobste.rs/${post.submitterAvatarUrl}",
|
||||||
contentDescription = "Submitted by ${post.submitterName}",
|
contentDescription = "Submitted by ${post.submitterName}",
|
||||||
)
|
)
|
||||||
Row(
|
Row(
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue