Skip to content

Commit

Permalink
swap navbar orientation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonEricsson committed Jul 18, 2024
1 parent 29270bf commit 8d48ea6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions components/NavBar/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@ export default function NavBar() {
>
home
</Link>
<Link
href="/about"
className="inline-flex items-center border-b-2 border-transparent px-1 pt-1 text-sm font-medium text-black"
>
about
</Link>
<Link
href="/blog"
className="inline-flex items-center border-b-2 border-transparent px-1 pt-1 text-sm font-medium text-black "
Expand All @@ -31,12 +37,6 @@ export default function NavBar() {
>
index
</Link>
<Link
href="/about"
className="inline-flex items-center border-b-2 border-transparent px-1 pt-1 text-sm font-medium text-black"
>
about
</Link>
<Link
href="/publications "
className="inline-flex items-center border-b-2 border-transparent px-1 pt-1 text-sm font-medium text-black "
Expand Down

0 comments on commit 8d48ea6

Please sign in to comment.