3-column layout #699

Merged
mmalmi merged 68 commits from mmalmi/snort:main into main 2023-11-27 15:22:53 +00:00
Showing only changes of commit bfc42bcd36 - Show all commits

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",