Skip to content

Commit

Permalink
🐛 Open links in new tab
Browse files Browse the repository at this point in the history
  • Loading branch information
karlosos committed Jul 16, 2024
1 parent 38b8fb0 commit 9b8ed28
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ export const TimeEntryText: React.FC<{ timeEntryText: string }> = ({
<a
key={id}
href={`${url}${slice}`}
target="_blank"
rel="noreferrer noopener"
className="text-indigo-600 hover:underline"
>
{slice}
Expand Down

0 comments on commit 9b8ed28

Please sign in to comment.