We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95f2bb9 commit ebbd40cCopy full SHA for ebbd40c
1 file changed
themes/heo/components/InfoCard.js
@@ -81,7 +81,7 @@ function MoreButton() {
81
return <></>
82
}
83
return (
84
- <Link href={url3}>
+ <Link href={url3} target="_blank">
85
<div
86
className={
87
'group bg-indigo-400 dark:bg-yellow-500 hover:bg-white dark:hover:bg-black hover:text-black dark:hover:text-white flex items-center transition-colors duration-200 py-2 px-3 rounded-full space-x-1'
0 commit comments