Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions components/dashboard/src/start/StartWorkspace.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -802,8 +802,8 @@ function ImageBuildView(props: ImageBuildViewProps) {
<>
<div className="mt-6 w-11/12 lg:w-3/5">
<p className="text-center text-gray-400 dark:text-gray-500">
💡 You can use <code>gp rebuild</code> to validate and debug your workspace configuration
&nbsp;&middot;&nbsp;
💡 You can use the <code>gp rebuild</code> command to rebuild the workspace from the editor
terminal. &nbsp;
<a
href="https://www.gitpod.io/docs/configure/workspaces/workspace-image#trying-out-changes-to-your-dockerfile"
target="_blank"
Expand Down