Skip to content

Commit

Permalink
Always use a link
Browse files Browse the repository at this point in the history
  • Loading branch information
lesander committed Dec 5, 2018
1 parent a437c23 commit 9e5453b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/inject.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ $(() => {
// Create a navigation tab on the viewing activity page.
$(`.aro-genre-list > ul`).append(`
<li>
<a href="#" class="va-active">My Activity</a>
<a href="/viewingactivity" class="va-active">My Activity</a>
</li>
`)

Expand Down

0 comments on commit 9e5453b

Please sign in to comment.