Skip to content

Commit

Permalink
fix(programs): change navbar to send programs to new endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mwfarb committed May 16, 2023
1 parent 22d2479 commit d544bdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion header-old.html
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<a href="/build">Builder</a>
</li>
<li class="nav-item">
<a href="/arts">Programs</a>
<a href="/programs">Programs</a>
</li>
<li class="nav-item">
<a href="/network">Network</a>
Expand Down
2 changes: 1 addition & 1 deletion header.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<a class="nav-link" href="/build">Builder</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/arts">Programs</a>
<a class="nav-link" href="/programs">Programs</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/network">Network</a>
Expand Down

0 comments on commit d544bdf

Please sign in to comment.