Redirect to Twitter

This commit is contained in:
Drew
2022-11-02 13:24:54 +01:00
parent fdec5429bb
commit f145b22ce0
4 changed files with 2 additions and 2 deletions

View File

@@ -53,8 +53,8 @@ function tweetCell(tweet) {
<img src="${tweet.user.profile_image_url}" alt="" class="tweet-profilepicture">
<div class="tweet-content">
<div class="tweet-name">
<span class="tweet-nickname">${tweet.user.name}</span>
<span class="tweet-username">@${tweet.user.screen_name}</span>
<a class="tweet-nickname" href = ${tweet.user.url} target = "_blank">${tweet.user.name}</a>
<a class="tweet-username" href = ${tweet.user.url} target = "_blank">@${tweet.user.screen_name}</a>
</div>
<span class="tweet-text">${tweet.text}</span>
<div class="tweet-interactions">