diff --git a/docs/features/workspaces.md b/docs/features/workspaces.md index fd53f94b..9b3f57a0 100644 --- a/docs/features/workspaces.md +++ b/docs/features/workspaces.md @@ -18,7 +18,7 @@ In the OpenSauced app, your work unfolds within a Workspace: a virtual environme You can navigate your workspaces from the sidebar. Each workspace has its own dashboard, which includes the repositories you're tracking in the workspace. -![Workspace Access](../../static/img/access-workspace.png) +![Workspace Access](../../static/img/workspace-access.png) By default, all workspaces are public. This means that anyone with the link to your workspace can view it, including all of your Insight Pages in the workspace. If you want to make your workspace private, you can upgrade your account to a PRO plan. diff --git a/static/img/workspace-access.png b/static/img/workspace-access.png new file mode 100644 index 00000000..ea5cbcbd Binary files /dev/null and b/static/img/workspace-access.png differ diff --git a/static/img/workspace-sidebar.png b/static/img/workspace-sidebar.png index 61bfdef7..6103b394 100644 Binary files a/static/img/workspace-sidebar.png and b/static/img/workspace-sidebar.png differ diff --git a/static/img/workspace.png b/static/img/workspace.png index b51acacb..52235ade 100644 Binary files a/static/img/workspace.png and b/static/img/workspace.png differ