Skip to content

Commit

Permalink
Ar/fix/nit open spec default (#9)
Browse files Browse the repository at this point in the history
* ar(fix) husky

* ar(fix) nit open windows self
  • Loading branch information
angeloreale committed Aug 4, 2024
1 parent 6911782 commit 623ce0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/atoms/03_Link/Link.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export const HLink = function ({
window.removeEventListener('pagehide', preventPopup);
};
startApp.current = () => {
window.open(toProtocol(href));
window.open(toProtocol(href), '_self');
timeout = setTimeout(() => {
// prompt app download
// if (
Expand Down

0 comments on commit 623ce0e

Please sign in to comment.