mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-14 11:47:04 +05:30
common: use a real avatar URL
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
parent
e4472f1e41
commit
3cebf3490c
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ val TEST_POST =
|
||||||
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 = "/404.html",
|
submitterAvatarUrl = "https://avatars.githubusercontent.com/u/13348378?v=4",
|
||||||
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