| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Reuse the create-organization page grid (1fr / centered content / 1fr) so the back link sits in its own column instead of overlapping the header. Rename the ambiguous "Go back" to "Back to workspaces" and point it at the workspaces list so the label matches the action.
| Back | FazBrowse Home | New Git URL |
The new workspace page's back link was absolutely positioned (sticky + translate-y-[68px]) and overlapped the header/template title.
This reuses the grid layout landed in #27914 for the create organization page — grid-cols-[1fr_minmax(0,800px)_1fr] — so the back link lives in its own column beside the centered form instead of on top of it.
Changes
- CreateWorkspacePageView.tsx: wrap the page in the shared three-column grid and replace the custom sticky <button> with the standard Button variant="subtle". Behaviour is unchanged — still ← Go back calling onCancel (navigate(-1)).
Notes for reviewers