Skip to content

Commit

Permalink
made the jumplink simpler, as contacts are being rendered on every pa…
Browse files Browse the repository at this point in the history
…ge, not needed to send them back to the homepage
  • Loading branch information
JesseWynants committed Jan 30, 2025
1 parent 77d46a4 commit 268b31f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions modules/Layout/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -176,8 +176,7 @@ function Header({ hasError }: Props) {
) && (
<li className={styles.navigationItem}>
<ButtonLink
href="/#contacts"
localeCode={getLinkLocaleSlug()}
href="#contacts"
variation="navigation"
className={styles.navigationButton}
icon={IconEmail}
Expand Down

0 comments on commit 268b31f

Please sign in to comment.