Default

Function: default()

function default(props): Element

Defined in: src/components/menu/menu.tsx:26

Menu component that renders a vertical navigation menu with icons. It includes links to various pages and conditionally displays admin options.

Parameters

props

The properties for the Menu component.

isAdmin?

boolean = false

Whether the user is an admin (shows additional menu items if true).

Returns

Element

The rendered Menu component.