mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-17 21:27:01 +05:30
LobstersItem: break avatar URL for test post
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
88f44bd63b
commit
2b68bd82a4
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ val TEST_POST = SavedPost(
|
||||||
createdAt = "2020-09-21T07:11:14.000-05:00",
|
createdAt = "2020-09-21T07:11:14.000-05:00",
|
||||||
commentsUrl = "https://lobste.rs/s/zqyydb/k2k20_hackathon_report_bob_beck_on",
|
commentsUrl = "https://lobste.rs/s/zqyydb/k2k20_hackathon_report_bob_beck_on",
|
||||||
submitterName = "Vigdis",
|
submitterName = "Vigdis",
|
||||||
submitterAvatarUrl = "/avatars/Vigdis-100.png",
|
submitterAvatarUrl = "/404.html",
|
||||||
tags = listOf("openbsd", "linux", "containers", "hack the planet", "no thanks"),
|
tags = listOf("openbsd", "linux", "containers", "hack the planet", "no thanks"),
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue