add search icon to navbar
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
Martti Malmi 2023-11-23 10:14:41 +02:00
parent f3eb414c6a
commit bfc42bcd36

View File

@ -16,15 +16,20 @@ const MENU_ITEMS = [
nonLoggedIn: true, nonLoggedIn: true,
}, },
{ {
label: "Messages", label: "Search",
icon: "mail", icon: "search",
link: "/messages", link: "/search",
}, },
{ {
label: "Notifications", label: "Notifications",
icon: "bell-02", icon: "bell-02",
link: "/notifications", link: "/notifications",
}, },
{
label: "Messages",
icon: "mail",
link: "/messages",
},
{ {
label: "Deck", label: "Deck",
icon: "deck", icon: "deck",