Skip to content

Commit

Permalink
Fix: Remove link to articles (unfinished)
Browse files Browse the repository at this point in the history
  • Loading branch information
FlemmingMP committed Jun 12, 2024
1 parent 340a717 commit 1a3b93a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/components/header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import Megaphone from '~icons/ph/megaphone';
const navs = [
{name: "Om", path: "/om"},
{name: "Arbeid", path: "/arbeid"},
{name: "Artikler", path: "/artikler"},
{name: "Kontakt", path: "/kontakt"}
]
Expand Down
1 change: 0 additions & 1 deletion src/components/mobile-nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,6 @@ import List from "~icons/ph/list";
<ul class="navigation">
<li><a href="/om">Om oss</a></li>
<li><a href="/arbeid">Arbeider</a></li>
<li><a href="/artikler">Artikler</a></li>
<li><a href="/kontakt">Kontakt</a></li>
</ul>
<div class="actions">
Expand Down

0 comments on commit 1a3b93a

Please sign in to comment.