Skip to content

Commit

Permalink
Fix detailed status timestamp link target not being the original URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ClearlyClaire committed Sep 12, 2024
1 parent 9b1ecf7 commit 4050beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ export const DetailedStatus: React.FC<{
<div className='detailed-status__meta__line'>
<a
className='detailed-status__datetime'
href={`/@${status.getIn(['account', 'acct'])}/${status.get('id')}`}
href={status.get('url')}
target='_blank'
rel='noopener noreferrer'
>
Expand Down

0 comments on commit 4050beb

Please sign in to comment.