diff --git a/components/dashboard/src/start/StartWorkspace.tsx b/components/dashboard/src/start/StartWorkspace.tsx index baa8e362ccbeb1..6859c2c1148ebf 100644 --- a/components/dashboard/src/start/StartWorkspace.tsx +++ b/components/dashboard/src/start/StartWorkspace.tsx @@ -799,9 +799,25 @@ function ImageBuildView(props: ImageBuildViewProps) { {!!props.onStartWithDefaultImage && ( - + <> +
+

+ 💡 You can use gp rebuild to validate and debug your workspace configuration +  ·  + + Learn More + +

+
+ + )} );