Skip to content

Commit

Permalink
fix button links
Browse files Browse the repository at this point in the history
  • Loading branch information
tooomm authored and freaktechnik committed Jan 21, 2021
1 parent fb9c889 commit 8eadbe2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/github.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ class GitHub {
static get FOOTER_URLS() {
return {
"index": GitHub.SITE_URI,
"unread": `${GitHub.SITE_URI}notifications`,
"all": `${GitHub.SITE_URI}notifications?all=1`,
"unread": `${GitHub.SITE_URI}notifications?query=is%3Aunread`,
"all": `${GitHub.SITE_URI}notifications?query=`,
"participating": `${GitHub.SITE_URI}notifications/participating`,
"watched": `${GitHub.SITE_URI}watching`
};
Expand Down

0 comments on commit 8eadbe2

Please sign in to comment.