-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Intro
Implement the navbar.
Acceptance Criteria
- Add a component for each design in Figma
- Use an organization config to control which navbar component to render. See
lib/services/OrganizationConfigService.tsfor how to do this. You'll also need to add toOrganizationConfigKeyinlib/schema.ts. - Add a generic
Navbarcomponent that wraps around child content and renders the selected navbar. - Add the navbar component to
layout.ts, but don't render it on the login and signup pages.
Resources
Reactions are currently unavailable