Skip to content

Commit

Permalink
DONE
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinjcai committed Apr 21, 2024
1 parent 73ccad5 commit a7fa1d0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/components/FooterFolder/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,7 @@ export default function Footer({ ...rest }) {
<Body2New
style={{ cursor: 'pointer' }}
onClick={() => {
window.location.href =
'https://maps.app.goo.gl/LJWvkdhwrRMhjEZs7';
window.open('https://maps.app.goo.gl/LJWvkdhwrRMhjEZs7', '_blank', 'noopener,noreferrer');
}}
>
<MySpan>SEE ON MAP</MySpan>
Expand Down

0 comments on commit a7fa1d0

Please sign in to comment.