Skip to content

Commit

Permalink
Update nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
darthwing-duck committed Nov 13, 2023
1 parent 2e26cd3 commit 42e4fc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a class="page-scroll" href="{{ '/#benefits' | prepend: site.baseurl}}">{{s.about_title}}</a>
</li>
<li>
<a class="page-scroll" href="{{ '/form' | prepend: site.baseurl}}">{{s.join_title}}</a>
<a href="{{ '/form' | prepend: site.baseurl}}">{{s.join_title}}</a>
</li>
<li>
<a href="{{ '/agreements' | prepend: site.baseurl }}">{{s.agreements_title}}</a>
Expand Down

0 comments on commit 42e4fc3

Please sign in to comment.