Skip to content

Commit

Permalink
Updated navigation names
Browse files Browse the repository at this point in the history
  • Loading branch information
allisonglittle committed Dec 5, 2021
1 parent 5aec14e commit ed11c02
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions library-express/views/partials/header.handlebars
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
<td><a href="/">Home</a></td>
<td><a href="/titles">Titles</a></td>
<td><a href="/books">Books</a></td>
<td><a href="/patrons">Add a Patron</a></td>
<td><a href="/create_loan">Create a Loan</a></td>
<td><a href="/loan_items">View Loan Details</a></td>
<td><a href="/patrons">Patrons</a></td>
<td><a href="/create_loan">Loans</a></td>
<td><a href="/loan_items">Loan Details</a></td>
<td><a href="/loan_status">Loan Statuses</a></td>
</tr>
</table>
Expand Down

0 comments on commit ed11c02

Please sign in to comment.