We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87dd750 commit 7edc95bCopy full SHA for 7edc95b
src/components/HeroCard/index.jsx
@@ -6,7 +6,7 @@ export function HeroCard({ name, icon, href }) {
6
7
const openLink = () => {
8
if (!href) return;
9
- window.open(href, "_blank");
+ location.href = href;
10
};
11
12
return (<>
0 commit comments