Skip to content

Commit dea8d95

Browse files
committed
fix: update openBusinessProposal to use window.location.href for email links
1 parent ab3abcb commit dea8d95

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/router/useRouter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const useRouter = () => {
3434
const navToTerm = (termKey: TermKey) => navigate(`${webPath.term}?term=${termKey}`);
3535

3636
const openBusinessProposal = () => {
37-
openExternalLink('mailto:humanzipyo2024@gmail.com?cc=anyany3151@naver.com');
37+
window.location.href = 'mailto:humanzipyo2024@gmail.com?cc=anyany3151@naver.com';
3838
};
3939
const openServiceCenter = () => {
4040
openExternalLink('https://forms.gle/eus2xRNHGxbSBaAK9');

0 commit comments

Comments
 (0)