mirror of
https://github.com/zedeus/nitter
synced 2026-09-05 22:59:31 +00:00
Add quote tests
This commit is contained in:
parent
07cca94916
commit
67467aa70d
3 changed files with 83 additions and 3 deletions
|
|
@ -14,10 +14,10 @@ proc renderHeader(tweet: Tweet): VNode =
|
|||
span: text "📌 Pinned Tweet"
|
||||
|
||||
tdiv(class="tweet-header"):
|
||||
tdiv(class="tweet-name-row"):
|
||||
a(class="tweet-avatar", href=("/" & tweet.profile.username)):
|
||||
genImg(tweet.profile.getUserpic("_bigger"), class="avatar")
|
||||
a(class="tweet-avatar", href=("/" & tweet.profile.username)):
|
||||
genImg(tweet.profile.getUserpic("_bigger"), class="avatar")
|
||||
|
||||
tdiv(class="tweet-name-row"):
|
||||
tdiv(class="fullname-and-username"):
|
||||
linkUser(tweet.profile, class="fullname")
|
||||
linkUser(tweet.profile, class="username")
|
||||
|
|
|
|||
Loading…
Reference in a new issue