Skip to content

Commit ebbd40c

Browse files
authored
Update InfoCard.js
1 parent 95f2bb9 commit ebbd40c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

themes/heo/components/InfoCard.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function MoreButton() {
8181
return <></>
8282
}
8383
return (
84-
<Link href={url3}>
84+
<Link href={url3} target="_blank">
8585
<div
8686
className={
8787
'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

Comments
 (0)