diff --git a/packages/frontend/src/components/projects/create/RepositoryList.tsx b/packages/frontend/src/components/projects/create/RepositoryList.tsx index 8b29967e..6963949a 100644 --- a/packages/frontend/src/components/projects/create/RepositoryList.tsx +++ b/packages/frontend/src/components/projects/create/RepositoryList.tsx @@ -9,6 +9,7 @@ import SearchBar from '../../SearchBar'; import ProjectRepoCard from './ProjectRepoCard'; import { GitOrgDetails, GitRepositoryDetails } from '../../../types'; import AsyncSelect from '../../shared/AsyncSelect'; +import { GithubIcon } from 'components/shared/CustomIcon'; const DEFAULT_SEARCHED_REPO = ''; const REPOS_PER_PAGE = 5; @@ -116,7 +117,9 @@ const RepositoryList = ({ octokit }: RepositoryListProps) => { > {accounts.map((account) => ( ))}