Skip to content

Commit

Permalink
Merge pull request #52 from linkwarden/dev
Browse files Browse the repository at this point in the history
add target="_blank" to testimonial link
  • Loading branch information
daniel31x13 authored Jun 11, 2024
2 parents 0588713 + 8157f3a commit 6476646
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/Testimonial.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ const Testimony = ({
return (
<Link
href={url}
target="_blank"
className={`p-5 text-sm border z-10 border-[#333333] flex flex-col gap-5 h-fit hover:border-outline duration-200 bg-gradient-to-tr from-[#202020] to-[#101010] rounded-xl ${
className || ""
}`}
Expand Down

0 comments on commit 6476646

Please sign in to comment.