Move profile link before mentions link

This commit is contained in:
Cinnamon 2020-01-31 15:56:06 -08:00
parent 4e53aca6d9
commit 08479d47a6
1 changed files with 1 additions and 1 deletions

View File

@ -46,8 +46,8 @@ module.exports = (...elements) => {
li(a({ href: "/" }, "📣 Popular")),
li(a({ href: "/public/latest" }, "🆕 Latest")),
li(a({ href: "/public/latest/following" }, "👭 Following")),
li(a({ href: "/mentions" }, "💬 Mentions")),
li(a({ href: "/profile" }, "🐱 Profile")),
li(a({ href: "/mentions" }, "💬 Mentions")),
li(a({ href: "/inbox" }, "✉️ Private")),
li(a({ href: "/search" }, "🔍 Search")),
li(a({ href: "/meta" }, "⚙ Settings"))