diff --git a/components/dashboard/src/projects/NewProject.tsx b/components/dashboard/src/projects/NewProject.tsx index 7470529c33322b..371e94d5c73692 100644 --- a/components/dashboard/src/projects/NewProject.tsx +++ b/components/dashboard/src/projects/NewProject.tsx @@ -20,6 +20,7 @@ import { UserContext } from "../user-context"; import { trackEvent } from "../Analytics"; import exclamation from "../images/exclamation.svg"; import ErrorMessage from "../components/ErrorMessage"; +import Spinner from "../icons/Spinner.svg"; export default function NewProject() { const location = useLocation(); @@ -526,7 +527,10 @@ export default function NewProject() {
-

Loading ...

+
+ + Fetching repositories... +