Skip to content

Commit

Permalink
Merge pull request #6756 from internetarchive/hotfix/hamburger-analytics
Browse files Browse the repository at this point in the history
Update nav_head.html
  • Loading branch information
jimchamp committed Jul 18, 2022
2 parents 18f6de6 + bf73fec commit b52cd6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openlibrary/templates/lib/nav_head.html
Expand Up @@ -5,7 +5,8 @@
$ loginLinks = [
$ { "href": ctx.user.key, "text": _("My Profile"), "track": "MainNav|MyProfile" },
$ { "href": homepath() + "/account/loans", "text": _("My Loans"), "track": "MainNav|MyLoans" },
$ { "href": "/account/books", "text": _("My Lists"), "track": "MainNav|MyBooks" },
$ { "href": "/account/books", "text": _("My Reading Log"), "track": "MainNav|MyReadingLog" },
$ { "href": "/account/lists", "text": _("My Lists"), "track": "MainNav|MyLists" },
$ { "href": "/account/books/already-read/stats", "text": _("My Reading Stats"), "track": "MainNav|MyReadingStats" },
$ { "href": homepath() + "/account", "text": _("Settings"), "track": "MainNav|MySettings" },
$ { "post": "/account/logout", "text": _("Log out"), "track": "MainNav|Logout" },
Expand Down

0 comments on commit b52cd6c

Please sign in to comment.