Fixed link to popular view in navigation

This commit is contained in:
Henning Schumann 2020-03-11 11:30:49 +01:00
parent f3f8e3dda3
commit 076f5f21c1
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",