- Notifications
You must be signed in to change notification settings - Fork927
Closed
Description
When you navigate to a specific workspace eg:https://coder.example.com/@michaelbrewer/myworkspace
the service banner is not visible.
Expected outcome would be that the service banner is always visible
Coder docs on service banner:
https://coder.com/docs/v2/latest/admin/appearance#service-banner
Looks likesite/src/pages/WorkspacePage/WorkspacePage.tsx
does not include a<ServiceBanner />
see
<divcss={{height:"100%",display:"flex",flexDirection:"column"}}> |