File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments