Merge pull request #309 from hng/feature/fix-popular-link

Fix link to popular view in navigation
This commit is contained in:
Christian Bundy 2020-03-11 07:09:26 -07:00 committed by GitHub
commit 861dc76524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 1 deletions

View File

@ -104,7 +104,11 @@ const template = (...elements) => {
emoji: "🗺️",
text: i18n.extended
}),
navLink({ href: "/", emoji: "📣", text: i18n.popular }),
navLink({
href: "/public/popular/day",
emoji: "📣",
text: i18n.popular
}),
navLink({ href: "/public/latest", emoji: "🐇", text: i18n.latest }),
navLink({
href: "/public/latest/topics",