From 6c380940934507a5176fce0d9ce6ad8a2bd3bdd5 Mon Sep 17 00:00:00 2001 From: Vivian Phung Date: Mon, 26 Feb 2024 23:56:20 -0500 Subject: [PATCH] github icon in search repo --- .../src/components/projects/create/RepositoryList.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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) => ( ))}