diff --git a/cmd/mavweb/shell.go b/cmd/mavweb/shell.go index faa9002..3e18a6e 100644 --- a/cmd/mavweb/shell.go +++ b/cmd/mavweb/shell.go @@ -90,6 +90,7 @@ var pageChrome = map[string]struct{ Title, Icon string }{ "reminders": {"Reminders", "i-calendar"}, "routines": {"Routines", "i-repeat"}, "morning": {"Morning Routines", "i-calendar"}, + "events": {"Intake", "i-download"}, "chat": {"Chat", "i-message"}, "voice": {"Voice", "i-mic"}, "ecosystem": {"Ecosystem", "i-grid"},