Skip to content

Commit

Permalink
prevent tab opening on home and account click
Browse files Browse the repository at this point in the history
  • Loading branch information
bitcoinwarrior1 committed Jan 5, 2024
1 parent 201b895 commit 735e37b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/app/components/Grid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,13 @@ export default function Grid() {
<a
href="/"
className={styles.card}
target="_blank"
rel="noopener noreferrer"
>
<h2>Home</h2>
</a>
<a
href="/account"
className={styles.card}
target="_blank"
rel="noopener noreferrer"
>
<h2>Account</h2>
Expand Down
2 changes: 1 addition & 1 deletion src/app/components/Map.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import InfoWindow from './InfoWindow';
const mapContainerStyle = {
width: '100vw',
minHeight: '100vw',
height: '520px',
height: '450px',
marginTop: '1%',
marginBottom: '1%'
};
Expand Down

0 comments on commit 735e37b

Please sign in to comment.