diff --git a/src/views/user.nim b/src/views/user.nim index e778f72..f49e1d3 100644 --- a/src/views/user.nim +++ b/src/views/user.nim @@ -61,7 +61,7 @@ #if profile.protected:

This account's Tweets are protected.

-

Only confirmed followers have access to @${profile.username}'s Tweets. +

Only confirmed followers have access to @${profile.username}'s Tweets.

#end if #if not beginning: @@ -82,6 +82,10 @@ #let id = if retweet.len > 0: retweet else: tweets[^1].id Load older tweets + #else: +
+

No tweets found.

+
#end if #end proc