-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
removes say hi and job from meny, show services
- Loading branch information
Showing
4 changed files
with
9 additions
and
37 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,7 +32,7 @@ export default function PageHeader({ | |
closeRef, | ||
isNotHamburgerMode, | ||
); | ||
|
||
useEffect(() => { | ||
onVisibleChange?.(isMenuVisible); | ||
}, [isMenuVisible, onVisibleChange]); | ||
|
@@ -109,8 +109,8 @@ export default function PageHeader({ | |
ref={navRef} | ||
> | ||
<li> | ||
<Link href="/jobs"> | ||
<a>Bli en variant</a> | ||
<Link href="/tjenesteomrader"> | ||
<a>Tjenester</a> | ||
Check warning on line 113 in src/components/page-header/index.tsx GitHub Actions / eslint
|
||
</Link> | ||
</li> | ||
<li> | ||
|
@@ -119,7 +119,7 @@ export default function PageHeader({ | |
</a> | ||
</li> | ||
<li> | ||
<a href="http://variant.blog" rel="noopener"> | ||
<a href="http://blog.variant.no" rel="noopener"> | ||
Blogg | ||
</a> | ||
</li> | ||
|
@@ -133,14 +133,6 @@ export default function PageHeader({ | |
<a>Lønnskalkulator</a> | ||
Check warning on line 133 in src/components/page-header/index.tsx GitHub Actions / eslint
|
||
</Link> | ||
</li> | ||
<li id="dont_show"> | ||
<a | ||
href="https://twitter.com/intent/tweet?screen_name=variant_as" | ||
rel="noopener" | ||
> | ||
Si hallo! | ||
</a> | ||
</li> | ||
</ul> | ||
</nav> | ||
</> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters