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 a7fa1d0 commit 7c25c35
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/components/FooterFolder/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@ export default function Footer({ ...rest }) {
<Body2New
style={{ cursor: 'pointer' }}
onClick={() => {
window.open('https://maps.app.goo.gl/LJWvkdhwrRMhjEZs7', '_blank', 'noopener,noreferrer');
window.open(
'https://maps.app.goo.gl/LJWvkdhwrRMhjEZs7',
'_blank',
'noopener,noreferrer',
);
}}
>
<MySpan>SEE ON MAP</MySpan>
Expand Down

0 comments on commit 7c25c35

Please sign in to comment.