Skip to content

Commit

Permalink
Open new tab when download
Browse files Browse the repository at this point in the history
Signed-off-by: YouXam <[email protected]>
  • Loading branch information
YouXam committed Nov 12, 2024
1 parent 2916da1 commit 6872ed4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/item.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ function ItemTitle({ children, filename, href }: { children: React.ReactNode, fi
<a
className="underline-offset-2 hover:underline cursor-pointer"
href={newHref}
target="_blank"
>
{children}
</a>
Expand Down

0 comments on commit 6872ed4

Please sign in to comment.