Skip to content

Commit

Permalink
change the main directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jovanlopez32 committed Mar 7, 2024
1 parent 4a3a139 commit 5c1ce5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import HeaderItems from './HeaderItems.astro'
<EverestLogo class="size-10 hidden sm:block" />

<nav class="flex items-center justify-between sm:justify-end sm:gap-x-8 w-full">
<HeaderItems href="/" text="Home" />
<HeaderItems href="/portfolio" text="Home" />
<HeaderItems href="#experience" text="Experience" />
<HeaderItems href="#projects" text="Projects" />
</nav>
Expand Down

0 comments on commit 5c1ce5d

Please sign in to comment.