Skip to content

Commit a38ec20

Browse files
Update index.html
1 parent 3a62a81 commit a38ec20

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

index.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -202,14 +202,13 @@ <h2 class="text-3xl font-extrabold text-center text-gray-900 sm:text-4xl">
202202
<div class="my-4 md:m-0">
203203
<div class="p-4 border border-gray-100 rounded-lg">
204204
<div class="flex items-center">
205-
<a class="flex items-center group" href="https://twitter.com/{{ tweet.author_handle }}" target="_blank">
205+
<a class="flex items-center group" href="{{ tweet.url }}" target="_blank" rel="noopener">
206206
<img class="w-10 rounded-full" alt="Profile image of {{ tweet.author_handle }}" src="{{ tweet.author_img }}" />
207207
<div class="ml-2 leading-tight">
208208
<div class="font-bold group-hover:text-blue-500">{{ tweet.author_name }}</div>
209-
<div class="text-xs text-gray-500">@{{ tweet.author_handle }}</div>
209+
<div class="text-xs text-gray-500">{{ tweet.author_handle }}</div>
210210
</div>
211211
</a>
212-
<a class="ml-auto twitter-icon" href="{{tweet.url}}" target="_blank"></a>
213212
</div>
214213
<div class="mt-2 text-sm whitespace-pre-wrap cursor-text tweet-text">{{tweet.text}}</div>
215214
</div>

0 commit comments

Comments
 (0)